Search
RadarChart.InnerLabelBorderBrush Property
See Also
 





Gets or set the brush for the border drawn around inner labels. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Brush InnerLabelBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelBorderBrush As Brush

 Property Value

An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).

 See Also