6 references to LabelPostBackValue
System.Windows.Forms.DataVisualization (6)
Common\DataManager\DataPoint.cs (6)
3146
if (!IsCustomPropertySet(CommonCustomProperties.
LabelPostBackValue
))
3147
SetAttributeObject(CommonCustomProperties.
LabelPostBackValue
, "");
5741
if (properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
LabelPostBackValue
))
5743
return (String)GetAttributeObject(CommonCustomProperties.
LabelPostBackValue
);
5753
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
LabelPostBackValue
);
5767
SetAttributeObject(CommonCustomProperties.
LabelPostBackValue
, value);