SeriesPoint.Brush Property
In This Article
Gets or sets the brush used to draw this point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SolidColorBrush Brush { get; set; }
#Property Value
Type | Description |
---|---|
Solid |
A Solid |
See Also