Charting for WinForms Programmer's Guide
SeriesRenderer.EffectiveLabelFont Method
See Also
 






Gets the Font that should be used to draw labels of data items.

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 used to find styles and theme from dashboard hierarchy.

 Return Value

A Font instance.

 See Also

SeriesRenderer Members
SeriesRenderer Class
MindFusion.Charting Namespace