MindFusion.Charting Programmer's Guide

Margins.Top Property

See Also
 





Gets or sets the top margin.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float Top { get; set; }

Visual Basic  Copy Code

Public Property Top As Single

 Property Value

A float value. Default is -1.

 See Also