8 references to LabelFormat
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3105 if(!IsCustomPropertySet(CommonCustomProperties.LabelFormat)) 3106 SetAttributeObject(CommonCustomProperties.LabelFormat, ""); 3384 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelFormat)) 3386 return (string)GetAttributeObject(CommonCustomProperties.LabelFormat); 3396 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelFormat); 3416 SetAttributeObject(CommonCustomProperties.LabelFormat, value); 5845 return CheckIfSerializationRequired(CommonCustomProperties.LabelFormat); 6348 ResetProperty(CommonCustomProperties.LabelFormat);