Gets or sets the style of font used to draw data labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public FontAttributes DataLabelsFontStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataLabelsFontStyle As FontAttributes |
A member of the FontAttributes enumeration.
See Also