Back to Devexpress

EmptyPointOptionsModel.ProcessPoints Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-emptypointoptionsmodel.md

latest2.2 KB
Original Source

EmptyPointOptionsModel.ProcessPoints Property

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public ProcessEmptyPointsMode ProcessPoints { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property ProcessPoints As ProcessEmptyPointsMode

Property Value

Type
ProcessEmptyPointsMode

Available values:

NameDescriptionImage
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 TypePath to ProcessPoints
XYDiagramSeriesViewBaseModel

.EmptyPointOptions .ProcessPoints

|

See Also

EmptyPointOptionsModel Class

EmptyPointOptionsModel Members

DevExpress.XtraCharts.Designer Namespace