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






Gets the System.Drawing.Brush that should be used to draw background of labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Brush EffectiveLabelBackground (
    RenderContext context
)

Visual Basic  Copy Code

Protected Function EffectiveLabelBackground( _
    context As RenderContext _
) As Brush

 Parameters

context

A RenderContext instance used to find styles and theme from dashboard hierarchy.

 Return Value

A System.Drawing.Brush instance.

 See Also

SeriesRenderer Members
SeriesRenderer Class
MindFusion.Charting Namespace