Skip to main content

CircularAxisY2D.Brush Property

Gets or sets the color of the circular y axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public Brush Brush { get; set; }

#Property Value

Type Description
Brush

A Brush object which specifies the color of the circular y axis.

#Implements

DevExpress.Xpf.Charts.Native.ILineOwner.Brush
See Also