Lists the values used to specify an action the chart control performs in the case of missing points.
Namespace:DevExpress.XtraCharts
Assembly:DevExpress.XtraCharts.v19.2.dll

Public Members
Show: Inherited
|
Name |
Description |
|
InsertEmptyPoints
|
Inserts empty points into series where there are gaps in series points.

|
|
InsertZeroValues
|
Inserts zero value points into series where there are gaps in series points.

|
|
Skip
|
Skips missing points in series.

|
Top

Remarks
The values listed by this enumeration are used to set the ScaleOptionsBase.ProcessMissingPoints property.

See Also