Search
SeriesRenderer.EffectiveLabelBorderPen Method
See Also
 






Gets the System.Drawing.Pen that should be used to draw borders around labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Pen EffectiveLabelBorderPen (
    RenderContext context
)

Visual Basic  Copy Code

Protected Function EffectiveLabelBorderPen( _
    context As RenderContext _
) As Pen

 Parameters

context

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

 Return Value

A System.Drawing.Pen instance.

 See Also