Gets or sets the brush for drawing the labels at the axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush LabelStroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelStroke As Brush |
See Also