Back to Devexpress

ScaleOptionsBaseModel.ProcessMissingPoints Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-scaleoptionsbasemodel-7e2cf73b.md

latest2.1 KB
Original Source

ScaleOptionsBaseModel.ProcessMissingPoints Property

Gets or sets the value of the ScaleOptionsBase.ProcessMissingPoints within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public ProcessMissingPointsMode ProcessMissingPoints { get; set; }
vb
<PropertyForOptions>
Public Property ProcessMissingPoints As ProcessMissingPointsMode

Property Value

TypeDescription
ProcessMissingPointsMode

The identifier of an action whose chart control is executed in the case of missing points.

|

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.

|

See Also

ScaleOptionsBaseModel Class

ScaleOptionsBaseModel Members

DevExpress.XtraCharts.Designer Namespace