5 references to LabelValueType
System.Web.DataVisualization (5)
Common\ChartTypes\StockChart.cs (4)
957
if (point.IsCustomPropertySet(CustomPropertyName.
LabelValueType
))
959
valueType = point[CustomPropertyName.
LabelValueType
];
961
else if (ser.IsCustomPropertySet(CustomPropertyName.
LabelValueType
))
963
valueType = ser[CustomPropertyName.
LabelValueType
];
Common\Utilities\CustomAttributesRegistry.cs (1)
712
CustomPropertyName.
LabelValueType
,