ProcessMissingPointsMode Enum
In This Article
Lists the values used to specify an action the chart control performs in the case of missing points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ProcessMissingPointsMode
#Members
Name | Description |
---|---|
Skip
|
Skips missing points in series. |
Insert
|
Inserts zero value points into series where there are gaps in series points. |
Insert
|
Inserts empty points into series where there are gaps in series points. |
#Related API Members
The following properties accept/return ProcessMissingPointsMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Scale |
Win |
Scale |
#Remarks
The values listed by this enumeration are used to set the ScaleOptionsBase.ProcessMissingPoints property.
See Also