MindFusion WinForms Programmer's Guide
Chart.PenIsEmpty Method
See Also
 





Checks if the given pen is equal to the EmptyPen.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static bool PenIsEmpty (
    Pen pen
)

Visual Basic  Copy Code

Public Shared Function PenIsEmpty( _
    pen As Pen _
) As Boolean

 Parameters

pen

The Pen to check.

 Return Value

true if the Pen is empty; otherwise false.

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace