Back to Devexpress

LineSeriesView.ShowIsolatedPoints Property

corelibraries-devexpress-dot-xtracharts-dot-lineseriesview-c6c4482a.md

latest1.6 KB
Original Source

LineSeriesView.ShowIsolatedPoints Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowIsolatedPoints { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ShowIsolatedPoints As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The following images demonstrate how the ShowIsolatedPoints property operates:

ShowIsolatedPoints = trueShowIsolatedPoints = false

See Also

LineSeriesView Class

LineSeriesView Members

DevExpress.XtraCharts Namespace