Visual Basic (Declaration) | |
---|---|
Overrides Public Property Width As Unit |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public override Unit Width {get; set;} |
C# | ![]() |
---|---|
Chart.Width = 600; |
Visual Basic | ![]() |
---|---|
Chart.Width = Unit.Parse(600) |
dotnetCHARTING | Send comments on this topic. |
Width Property | |
See Also Example |
![]() ![]() |
dotnetCHARTING Namespace > Chart Class : Width Property |
Visual Basic (Declaration) | |
---|---|
Overrides Public Property Width As Unit |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public override Unit Width {get; set;} |
C# | ![]() |
---|---|
Chart.Width = 600; |
Visual Basic | ![]() |
---|---|
Chart.Width = Unit.Parse(600) |