Back to Devexpress

SeriesPoint3D.Brush Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint3d-72032a0e.md

latest1.0 KB
Original Source

SeriesPoint3D.Brush Property

Gets or sets the color of the series 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

The brush specifying the solid color of the series point.

|

See Also

SeriesPoint3D Class

SeriesPoint3D Members

DevExpress.Xpf.Charts Namespace