MindFusion.Wpf Pack Programmer's Guide
ChartSeries.LabelForeground Property
See Also
 





Gets or sets the foreground of the label. This is a dependency property.

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

 Syntax

C#  Copy Code

public Brush LabelForeground { get; set; }

Visual Basic  Copy Code

Public Property LabelForeground As Brush

 Property Value

An instance of the WPF Brush class. The default is a solid black brush.

 Remarks

The LabelForeground property specifies the brush used for drawing labels at data points in this ChartSeries.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace