MindFusion.Charting Programmer's Guide

Margins.IsEmpty Method

See Also
 





Checks if this Margins object still has its initial value of [-1, -1, -1, -1].

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool IsEmpty ()

Visual Basic  Copy Code

Public Function IsEmpty () As Boolean

JavaScript  Copy Code

function IsEmpty ()

 Return Value

false if any of the margins are set; otherwise true.

 See Also