Search
SeriesRenderer.EffectiveLabelBrush Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Brush EffectiveLabelBrush (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

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

 Return Value

A Brush instance.

 See Also