5 references to ShowMarkerLines
System.Web.DataVisualization (5)
Common\ChartTypes\LineChart.cs (4)
1389
if(pointAttr.dataPoint.IsCustomPropertySet(CustomPropertyName.
ShowMarkerLines
))
1391
if(String.Compare(pointAttr.dataPoint[CustomPropertyName.
ShowMarkerLines
], "TRUE", StringComparison.OrdinalIgnoreCase) == 0)
1398
if(pointAttr.dataPoint.series.IsCustomPropertySet(CustomPropertyName.
ShowMarkerLines
))
1400
if (String.Compare(pointAttr.dataPoint.series[CustomPropertyName.
ShowMarkerLines
], "TRUE", StringComparison.OrdinalIgnoreCase) == 0)
Common\Utilities\CustomAttributesRegistry.cs (1)
1079
CustomPropertyName.
ShowMarkerLines
,