Back to Devexpress

SeriesBase.SynchronizePointOptions Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-786d20d8.md

latest1.2 KB
Original Source

SeriesBase.SynchronizePointOptions Property

Gets or sets a value that specifies whether point options are synchronized for a specific series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool SynchronizePointOptions { get; set; }
vb
<Browsable(False)>
Public Property SynchronizePointOptions As Boolean

Property Value

TypeDescription
Boolean

true , if the series point options are synchronized; otherwise, false.

|

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace