MindFusion.Charting Programmer's Guide

Margins.Bottom Property

See Also
 





Gets or sets the bottom margin.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float Bottom { get; set; }

Visual Basic  Copy Code

Public Property Bottom As Single

 Property Value

A float value. Default is -1.

 See Also