Enum ChartAreaInvalidateFlags
Defines the possible impact a chart node property may have over the entire chart area.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum ChartAreaInvalidateFlags
All
All flags are specified.
InvalidateAll
All invalidate flags are specified.
InvalidateAnnotations
Invalidates the visual presentation of the chart annotations (if any).
InvalidateAxes
Resets the plot information of the axes.
InvalidateAxesAndGrid
Invalidates each axis plus the chart grid (if any).
InvalidateGrid
Invalidates the visual presentation of the chart grid (if any).
InvalidateSeries
Invalidates the visual presentation of the series.
None
Property does not affect the chart element tree.
ResetAnnotations
Resets the plot information of the annotations.
ResetAxes
Invalidates the visual presentation of the axes.