Gets or sets the brush that fills the background of the outer labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush OuterLabelBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OuterLabelBackground As Brush |
An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).
See Also