Enum
ChartAreaInvalidateFlags

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

ChartAreaInvalidateFlags

InvalidateAll

All invalidate flags are specified.

Declaration

cs-api-definition
InvalidateAll = InvalidateSeries | InvalidateAxesAndGrid | InvalidateAnnotations

Field Value

ChartAreaInvalidateFlags

InvalidateAnnotations

Invalidates the visual presentation of the chart annotations (if any).

Declaration

cs-api-definition
InvalidateAnnotations = 32

Field Value

ChartAreaInvalidateFlags

InvalidateAxes

Resets the plot information of the axes.

Declaration

cs-api-definition
InvalidateAxes = 2

Field Value

ChartAreaInvalidateFlags

InvalidateAxesAndGrid

Invalidates each axis plus the chart grid (if any).

Declaration

cs-api-definition
InvalidateAxesAndGrid = InvalidateAxes | InvalidateGrid

Field Value

ChartAreaInvalidateFlags

InvalidateGrid

Invalidates the visual presentation of the chart grid (if any).

Declaration

cs-api-definition
InvalidateGrid = 8

Field Value

ChartAreaInvalidateFlags

InvalidateSeries

Invalidates the visual presentation of the series.

Declaration

cs-api-definition
InvalidateSeries = 4

Field Value

ChartAreaInvalidateFlags

None

Property does not affect the chart element tree.

Declaration

cs-api-definition
None = 0

Field Value

ChartAreaInvalidateFlags

ResetAnnotations

Resets the plot information of the annotations.

Declaration

cs-api-definition
ResetAnnotations = 16

Field Value

ChartAreaInvalidateFlags

ResetAxes

Invalidates the visual presentation of the axes.

Declaration

cs-api-definition
ResetAxes = 1

Field Value

ChartAreaInvalidateFlags