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

FinancialSeries2D.ColorEach Property

Overrides the XYSeries.ColorEach property to hide it.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public bool ColorEach { get; set; }

Property Value

Type Description
Boolean

Always false.

Remarks

This property is hidden, because ColorEach is not appropriate for the FinancialSeries2D descendants.

See Also