Search
AxisRenderer.EffectivePen Method
See Also
 






Gets the Pen that should be used to draw axis lines.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Pen EffectivePen (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

 Return Value

A Pen instance.

 See Also