Search
Theme.AxisLabelsFontStyle Property
See Also
 






Gets or sets the style of font used to draw axis labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public FontAttributes AxisLabelsFontStyle { get; set; }

Visual Basic  Copy Code

Public Property AxisLabelsFontStyle As FontAttributes

 Property Value

A member of the FontAttributes enumeration.

 See Also