ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class represents a single class break.
This is the class constructor.
If you use this default constructor, then you should set the properties manually.
This is the class constructor.
This overload allows you to pass in a break value and an AreaStyle to use.
value
This is the class constructor.
This overload allows you to pass in a break value and a Point to use.
value
This is the class constructor.
This overload allows you to pass in a break value and a LineStyle to use.
value
This is the class constructor.
This overload allows you to pass in a break value and a TextStyle to use.
value
This is the class constructor.
This overload allows you to pass in a break value and a collection of TextStyles to use.
value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
This property gets a collection of custom styles used to draw the class break.
If you set these styles, then when the data for a feature is within the current break it will use this style to draw. If you do not wish to use the default style properties, then you can use this collection to specify any types of styles you want to use.
This property gets and sets the default AreaStyle used to draw the class break.
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.
This property gets and sets the default LineStyle used to draw the class break.
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.
This property gets and sets the default PointStyle used to draw the class break.
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.
Return Type:PointStyle
This property gets and sets the default TextStyle used to draw the class break.
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines then you should use the DefaultLineStyle.
This property get and sets the break value.
This value determines where the break is in the ClassBreakStyle. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.
Return Type:Double