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