8 references to ErrorBarType
System.Web.DataVisualization (8)
Common\ChartTypes\ErrorBarChart.cs (6)
1612
if(!errorBarSeries.IsCustomPropertySet(CustomPropertyName.
ErrorBarType
) &&
1621
if(errorBarSeries.IsCustomPropertySet(CustomPropertyName.
ErrorBarType
))
1623
string typeName = errorBarSeries[CustomPropertyName.
ErrorBarType
];
1646
throw(new InvalidOperationException(SR.ExceptionErrorBarTypeInvalid(errorBarSeries[CustomPropertyName.
ErrorBarType
])));
1656
throw(new InvalidOperationException(SR.ExceptionErrorBarTypeFormatInvalid(errorBarSeries[CustomPropertyName.
ErrorBarType
])));
1665
throw (new InvalidOperationException(SR.ExceptionErrorBarTypeFormatInvalid(errorBarSeries[CustomPropertyName.
ErrorBarType
])));
Common\Converters\CustomAttributesConverters.cs (1)
414
if (attrInfo.Name.Equals(CustomPropertyName.
ErrorBarType
, StringComparison.Ordinal))
Common\Utilities\CustomAttributesRegistry.cs (1)
1389
CustomPropertyName.
ErrorBarType
,