Search
AxisRenderer.EffectiveAxisStroke Method
See Also
 






Gets the Brush that should be used to stroke axis lines.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Brush EffectiveAxisStroke (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

 Return Value

A Brush instance.

 See Also