Charting for WinForms Programmer's Guide
Plot.EffectiveBorderStroke Method
See Also
 






Gets the Brush that should be used to stroke the plot's borders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush EffectiveBorderStroke (
    RenderContext context
)

Visual Basic  Copy Code

Public Function EffectiveBorderStroke( _
    context As RenderContext _
) As Brush

 Parameters

context

A RenderContext instance.

 Return Value

A Brush instance.

 See Also

Plot Members
Plot Class
MindFusion.Charting Namespace