Back to Devexpress

ProcessMissingPointsMode Enum

corelibraries-devexpress-dot-xtracharts-5be959fc.md

latest2.1 KB
Original Source

ProcessMissingPointsMode Enum

Lists the values used to specify an action the chart control performs in the case of missing points.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ProcessMissingPointsMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum ProcessMissingPointsMode

Members

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.

|

The following properties accept/return ProcessMissingPointsMode values:

LibraryRelated API Members
Cross-Platform Class LibraryScaleOptionsBase.ProcessMissingPoints
WinForms ControlsScaleOptionsBaseModel.ProcessMissingPoints

Remarks

The values listed by this enumeration are used to set the ScaleOptionsBase.ProcessMissingPoints property.

See Also

DevExpress.XtraCharts Namespace