Back to Devexpress

SeriesPoint.Brush Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint-691f4df8.md

latest1.0 KB
Original Source

SeriesPoint.Brush Property

Gets or sets the brush used to draw this point.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SolidColorBrush Brush { get; set; }
vb
Public Property Brush As SolidColorBrush

Property Value

TypeDescription
SolidColorBrush

A SolidColorBrush object.

|

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.Xpf.Charts Namespace