ASP.NET Pack Programmer's Guide
Plot.EffectiveBorder Method
See Also
 





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

Namespace: MindFusion.Charting
Package: 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

Plot Members
Plot Class
MindFusion.Charting Namespace