Skip to main content
A newer version of this page is available. .

SeriesView.SelectedItemBrush Property

Gets or sets the color of the selected series point.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.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