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