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