ScaleOptionsBaseModel.ProcessMissingPoints Property
Gets or sets the value of the ScaleOptionsBase.ProcessMissingPoints within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
ProcessMissingPointsMode | The identifier of an action whose chart control is executed in the case of missing points. |
Available values:
Name | Description |
---|---|
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