AxisBaseLabelsFont Property |
LightningChart .NET Help
Labels font.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Font LabelsFont { get; set; }Public Property LabelsFont As Font
Get
Set
public:
property Font^ LabelsFont {
Font^ get ();
void set (Font^ value);
}Property Value
Type:
Font
See Also