Visual Basic (Declaration) | |
---|---|
Public Property MarginLeft As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MarginLeft {get; set;} |
C# | Copy Code |
---|---|
Chart.MarginLeft = 20; |
Visual Basic | Copy Code |
---|---|
Chart.MarginLeft = 20 |
Negative values are allowed.
dotnetCHARTING | Send comments on this topic. |
MarginLeft Property | |
See Also Example |
dotnetCHARTING Namespace > Chart Class : MarginLeft Property |
Visual Basic (Declaration) | |
---|---|
Public Property MarginLeft As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MarginLeft {get; set;} |
C# | Copy Code |
---|---|
Chart.MarginLeft = 20; |
Visual Basic | Copy Code |
---|---|
Chart.MarginLeft = 20 |