8 references to AxisLabel
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3103
if(!IsCustomPropertySet(CommonCustomProperties.
AxisLabel
))
3104
SetAttributeObject(CommonCustomProperties.
AxisLabel
, "");
3319
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
AxisLabel
))
3321
return (string)GetAttributeObject(CommonCustomProperties.
AxisLabel
);
3331
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
AxisLabel
);
3352
SetAttributeObject(CommonCustomProperties.
AxisLabel
, value);
5833
return CheckIfSerializationRequired(CommonCustomProperties.
AxisLabel
);
6336
ResetProperty(CommonCustomProperties.
AxisLabel
);