EmptyPointOptionsModel.ProcessPoints Property
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public ProcessEmptyPointsMode ProcessPoints { get; set; }
Property Value
| Type |
|---|
| ProcessEmptyPointsMode |
Available values:
| Name | Description | Image |
|---|---|---|
| InsertZero | The chart control initializes empty points with zero values. |
|
| Interpolate | The chart control initializes empty points with mock values calculated based on neighboring points. |
|
| Ignore | Empty points are skipped. |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ProcessPoints |
|---|---|
| XYDiagramSeriesViewBaseModel |
|
See Also


