Skip to main content

SeriesLabelOptions.Background Property

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Browsable(false)]
public Brush Background { get; set; }

Property Value

Type
Brush

Property Paths

You can access this nested property as listed below:

Object Type Path to Background
SeriesView
.ActualLabelOptions .Background
SeriesView
.LabelOptions .Background
See Also