Skip to main content

SeriesView.SelectedItemBrush Property

Gets or sets the color of the selected series point.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SolidColorBrush SelectedItemBrush { get; set; }

Property Value

Type Description
SolidColorBrush

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

See Also