Skip to main content
All docs
V23.2

EmptyPointOptionsModel.ProcessPoints Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.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.

ProcessEmptyPointsMode.InsertZero

Interpolate

The chart control initializes empty points with mock values calculated based on neighboring points.

ProcessEmptyPointsMode.Interpolate

Ignore

Empty points are skipped.

ProcessEmptyPointsMode.Ignore

Property Paths

You can access this nested property as listed below:

Object Type Path to ProcessPoints
XYDiagramSeriesViewBaseModel
.EmptyPointOptions .ProcessPoints
See Also