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 allows you to match a value with data in the feature to determine how to draw the feature.
N/A
Initialize a new instance of the ValueMarkerStyle class with the columnName specified.
N/A
ValueMarkerStyle(String,Collection<MarkerValueItem>)
Initialize a new instance of the ValueMarkerStyle class with the columnName and a collection of valueItems specified.
N/A
GetMarkers(IEnumerable<Feature>)
Returns a collection of markers with a style applied based on the features that are passed in.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
You will want to add MarkerValueItems to this collection. Each item can have its own style and matching string.
Gets or sets the column name used to match with the value specified in the items.
This is the column whose values we will use for matching.