Gets or sets the foreground of the label. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush LabelForeground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelForeground As Brush |
An instance of the WPF Brush class. The default is a solid black brush.
RemarksThe LabelForeground property specifies the brush used for drawing labels at data points in this ChartSeries.
See Also