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