ASP.NET Pack Programmer's Guide
AxisRenderer.EffectiveTitleFont Method
See Also
 





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

Namespace: MindFusion.Charting
Package: 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 System.Drawing.Font instance.

 See Also

AxisRenderer Members
AxisRenderer Class
MindFusion.Charting Namespace