Back to Devexpress

ScaleOptionsBase.ProcessMissingPoints Property

corelibraries-devexpress-dot-xtracharts-dot-scaleoptionsbase-4dab2e14.md

latest2.8 KB
Original Source

ScaleOptionsBase.ProcessMissingPoints Property

Gets or sets mode which specifies the action the chart control should perform with the missing points.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ProcessMissingPointsMode ProcessMissingPoints { get; set; }
vb
Public Property ProcessMissingPoints As ProcessMissingPointsMode

Property Value

TypeDescription
ProcessMissingPointsMode

A ProcessMissingPointsMode enumeration value.

|

Available values:

NameDescription
Skip

Skips missing points in series.

| | InsertZeroValues |

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

| | InsertEmptyPoints |

Inserts empty points into series where there are gaps in series points.

|

Remarks

Use the ProcessMissingPoints property to define which action should be performed with missing points for an X-axis:

ActionSampleDescription
SkipSkips missing points in series.
InsertZeroValuesInserts zero value points into series where there are gaps in series points.
InsertEmptyPointsInserts empty points into series where there are gaps in series points.

Note

The ProcessMissingPoints property can’t be specified in the continuous scale mode.

See Also

ScaleOptionsBase Class

ScaleOptionsBase Members

DevExpress.XtraCharts Namespace