Search
AxisRenderer.effectivePen Method
See Also
 






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

Namespace: MindFusion.Charting
File: AxisRenderer.js

 Syntax

JavaScript  Copy Code

function effectivePen (context)

 Parameters

context

A RenderContext instance.

 Return Value

A System.Pen instance.

 See Also