Search
AxisRenderer.EffectiveLabelFont Method
See Also
 






Gets the Font that should be used to draw axis labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Font EffectiveLabelFont (
    RenderContext context
)

Visual Basic  Copy Code

Protected Function EffectiveLabelFont( _
    context As RenderContext _
) As Font

 Parameters

context

A RenderContext instance.

 Return Value

A Microsoft.Maui.Font instance.

 See Also