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 style based on class break values.
N/A
Initialize a new instance of the ClassBreakMarkerStyle class with the columnName specified.
N/A
ClassBreakMarkerStyle(String,BreakValueInclusion)
Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.
N/A
ClassBreakMarkerStyle(String,BreakValueInclusion,Collection<MarkerClassBreak>)
Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.
N/A
GetMarkers(IEnumerable<Feature>)
Returns a collection of markers that are created by the styles defined on the classbreaks.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
You use this property to set the name of the column where the numeric data is stored for your features.
Gets or sets the value that indicates whether or not to include the break value when comparing the break.
Example: If you have a class break value set to 100 and the break value is included, then 100 is included for this break. If you set the value to excluded, then 100 would match with the break below 100 instead. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.
Gets a collection of class breaks whose values are compared with the column value to determine which ClassBreakStyles are applied to the markers.
The class breaks determine which style to use, based on the break values.Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.