[]
        
(Showing Draft Content)

C1.Win.C1Chart.Area.ShouldSerializeMargins

ShouldSerializeMargins Method

ShouldSerializeMargins()

Returns false if the ChartArea margins are set to their default values.

Declaration
public bool ShouldSerializeMargins()
Returns
Type Description
bool

True if the Margins has no default value; otherwise, it is false.

Remarks

The default for all margins is -1 (auto-positioning).

See Also