MindFusion.Charting Programmer's Guide

Margins.Right Property

See Also
 





Gets or sets the right margin.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float Right { get; set; }

Visual Basic  Copy Code

Public Property Right As Single

 Property Value

A float value. Default is -1.

 See Also