Hi,
It is my understanding that I cannot use ClassBreaks with data in Feature Column because Feature stores all info in String and ClassBreaks expects numeric value.
Correct?
Is there a way around it?
I tried to use ValueStyle (see below), but no markers shopw up. What am I doing wrong?
New ValueItem("2000", New PointStyle(PointSymbolType.Circle, New GeoSolidBrush(GeoColor.FromArgb(Alpha, 224, 251, 132)), symbolSize)))New ValueItem("4000", New PointStyle(PointSymbolType.Circle, New GeoSolidBrush(GeoColor.FromArgb(Alpha, 128, 255, 128)), symbolSize)))New ValueItem("6000", New PointStyle(PointSymbolType.Circle, New GeoSolidBrush(GeoColor.FromArgb(Alpha, 0, 255, 0)), symbolSize)))
markerLayer.ZoomLevelSet.ZoomLevel01.CustomStyles.Add(valueStyle)