Search
AxisRenderer.EffectiveTitleFont Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Font EffectiveTitleFont (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

 Return Value

A Microsoft.Maui.Font instance.

 See Also