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