8 references to LabelAngle
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3140if (!IsCustomPropertySet(CommonCustomProperties.LabelAngle)) 3141SetAttributeObject(CommonCustomProperties.LabelAngle, 0); 4201 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelAngle)) 4203 return (int)GetAttributeObject(CommonCustomProperties.LabelAngle); 4213 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelAngle); 4232 SetAttributeObject(CommonCustomProperties.LabelAngle, value); 6038 return CheckIfSerializationRequired(CommonCustomProperties.LabelAngle); 6511 ResetProperty(CommonCustomProperties.LabelAngle);