EnumChartAreaInvalidateFlags
Enum
Defines the possible impact a chart node property may have over the entire chart area.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[Flags]
public enum ChartAreaInvalidateFlags
Fields
All
All flags are specified.
Declaration
cs-api-definition
All = ResetAxes | ResetAnnotations | InvalidateAll
Field Value
InvalidateAll
All invalidate flags are specified.
Declaration
cs-api-definition
InvalidateAll = InvalidateSeries | InvalidateAxesAndGrid | InvalidateAnnotations
Field Value
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).
Declaration
cs-api-definition
InvalidateAxesAndGrid = InvalidateAxes | InvalidateGrid
Field Value
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.