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