dotnetCHARTING Send comments on this topic.
MarginLeft Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : MarginLeft Property


Gets or sets the left margin of the chart image.

Syntax

Visual Basic (Declaration) 
Public Property MarginLeft As Integer
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Integer
 
instance.MarginLeft = value
 
value = instance.MarginLeft
C# 
public int MarginLeft {get; set;}

Example

C#Copy Code
Chart.MarginLeft = 20;
    
Visual BasicCopy Code
Chart.MarginLeft = 20

Remarks

Negative values are allowed.

See Also

© 2010 All Rights Reserved.