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

Chart3DControl.DomainBrush Property

Gets or sets the color of the 3D chart domain.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public Brush DomainBrush { get; set; }

Property Value

Type Description
Brush

The brush that specifies the color of the chart domain.

See Also