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