Search
Plot.EffectiveBorder Method
See Also
 






Gets the Pen that should be used to draw the plot's borders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Pen EffectiveBorder (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

 Return Value

A Pen instance.

 See Also