Search
TextRenderer.LabelFont Property
See Also
 






Gets or sets the Font used to draw labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Font LabelFont { get; set; }

Visual Basic  Copy Code

Public Property LabelFont As Font

 Property Value

An Microsoft.Maui.Font instance.

 See Also