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






Gets the Pen that should be used to draw the legend borders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Pen EffectiveBorderPen (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

 Return Value

A Pen instance.

 See Also

LegendRenderer Members
LegendRenderer Class
MindFusion.Charting Namespace