Skip to main content
A newer version of this page is available. .

LineSeriesView.ShowIsolatedPoints Property

Gets or sets the value that defines whether to show series points between empty points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowIsolatedPoints { get; set; }

Property Value

Type Description
Boolean

true, if the Chart Control shows isolated points; otherwise, false

Remarks

The following images demonstrate how the ShowIsolatedPoints property operates:

ShowIsolatedPoints = true ShowIsolatedPoints = false
See Also