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

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.v19.1.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool SynchronizePointOptions { get; set; }

Property Value

Type Description
Boolean

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

See Also