Skip to main content

CircularDiagram2D.DomainBrush Property

Gets or sets the color of the 2D circular diagram’s domain.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Brush DomainBrush { get; set; }

Property Value

Type Description
Brush

A Brush object which specifies the color of the circular diagram’s domain.

See Also