Skip to main content

SeriesLabelOptions.BorderBrush Property

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

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

Property Value

Type
Brush

Property Paths

You can access this nested property as listed below:

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