Skip to main content

SeriesView.SelectedItemBrush Property

Gets or sets the color of the selected series point.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnSelectedItemBrushChanged")]
public SolidColorBrush SelectedItemBrush { get; set; }

Property Value

Type Description
SolidColorBrush

A SolidColorBrush object which specifies the color of the selected series point.

See Also