6 references to LegendPostBackValue
System.Windows.Forms.DataVisualization (6)
Common\DataManager\DataPoint.cs (6)
3163
if (!IsCustomPropertySet(CommonCustomProperties.
LegendPostBackValue
))
3164
SetAttributeObject(CommonCustomProperties.
LegendPostBackValue
, "");
5586
if (properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
LegendPostBackValue
))
5588
return (String)GetAttributeObject(CommonCustomProperties.
LegendPostBackValue
);
5598
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
LegendPostBackValue
);
5612
SetAttributeObject(CommonCustomProperties.
LegendPostBackValue
, value);