8 references to BackHatchStyle
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3121 if(!IsCustomPropertySet(CommonCustomProperties.BackHatchStyle)) 3122 SetAttributeObject(CommonCustomProperties.BackHatchStyle, ChartHatchStyle.None); 4039 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackHatchStyle)) 4041 return (ChartHatchStyle)GetAttributeObject(CommonCustomProperties.BackHatchStyle); 4051 return (ChartHatchStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackHatchStyle); 4066 SetAttributeObject(CommonCustomProperties.BackHatchStyle, value); 6001 return CheckIfSerializationRequired(CommonCustomProperties.BackHatchStyle); 6484 ResetProperty(CommonCustomProperties.BackHatchStyle);