9 references to PostBackValue
System.Windows.Forms.DataVisualization (9)
Common\DataManager\DataPoint.cs (8)
3135if (!IsCustomPropertySet(CommonCustomProperties.PostBackValue)) 3136SetAttributeObject(CommonCustomProperties.PostBackValue, ""); 4965if (properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.PostBackValue)) 4967return (String)GetAttributeObject(CommonCustomProperties.PostBackValue); 4977return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.PostBackValue); 4991SetAttributeObject(CommonCustomProperties.PostBackValue, value); 6159return CheckIfSerializationRequired(CommonCustomProperties.PostBackValue); 6639ResetProperty(CommonCustomProperties.PostBackValue);
Common\General\ChartGraphics.cs (1)
1575string oldPostback = point.IsCustomPropertySet( CommonCustomProperties.PostBackValue) ? point.PostBackValue : null;