SeriesView.SelectedItemBrush Property
In This Article
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 |
---|---|
Solid |
A Solid |
See Also