25 references to ErrorBarStyle
System.Web.DataVisualization (25)
Common\ChartTypes\ErrorBarChart.cs (24)
498
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
) || ser.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
500
string errorBarStyle = ser[CustomPropertyName.
ErrorBarStyle
];
501
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
503
errorBarStyle = point[CustomPropertyName.
ErrorBarStyle
];
524
throw(new InvalidOperationException( SR.ExceptionCustomAttributeValueInvalid( point[CustomPropertyName.
ErrorBarStyle
], "ErrorBarStyle")));
649
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
) || ser.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
651
string errorBarStyle = ser[CustomPropertyName.
ErrorBarStyle
];
652
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
654
errorBarStyle = point[CustomPropertyName.
ErrorBarStyle
];
672
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point[CustomPropertyName.
ErrorBarStyle
], "ErrorBarStyle")));
1251
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
) || ser.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
1253
string errorBarStyle = ser[CustomPropertyName.
ErrorBarStyle
];
1254
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
1256
errorBarStyle = point[CustomPropertyName.
ErrorBarStyle
];
1276
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point[CustomPropertyName.
ErrorBarStyle
], "ErrorBarStyle")));
1419
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
) || ser.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
1421
string errorBarStyle = ser[CustomPropertyName.
ErrorBarStyle
];
1422
if(point.IsCustomPropertySet(CustomPropertyName.
ErrorBarStyle
))
1424
errorBarStyle = point[CustomPropertyName.
ErrorBarStyle
];
1442
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid( point[CustomPropertyName.
ErrorBarStyle
], "ErrorBarStyle")));
Common\Utilities\CustomAttributesRegistry.cs (1)
1356
CustomPropertyName.
ErrorBarStyle
,