Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ExampleDescription
layer.x.breaks.enable = 1;1 to turn on axis breaks on x axis, 0 to turn it off.
layer.x.breaks.count = 2;It means Number of Breaks = 2.
layer.x.break#.from = 5;

# could be numerical value. layer.x.break1.from=5 means Region From of the first break is 5.

layer.x.break#.to = 10;# could be numerical value. layer.x.break1.to=10 means Region To of the first break is 10.

 

Axis Break without Gap

Image Added

How to:

If set break Region From and Region To to be the same value, there will be no gap on the graph. User can use this method to change axis scale.

 

Useful Axis Break Properties

...