Charting for WinForms Programmer's Guide
LegendRenderer.EffectiveTitleFont Method
See Also
 






Gets the Font that should be used to draw the legend's 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 System.Drawing.Font instance.

 See Also

LegendRenderer Members
LegendRenderer Class
MindFusion.Charting Namespace