Visual Basic (Declaration) | |
---|---|
Public WriteOnly Property Size |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Size {set;} |
Return Value
This property accepts a string formatted as "WidthXHeight".C# | ![]() |
---|---|
Chart.Size = "640X480"; |
Visual Basic | ![]() |
---|---|
Chart.Size = "640X480" |
dotnetCHARTING | Send comments on this topic. |
Size Property | |
See Also Example |
![]() ![]() |
dotnetCHARTING Namespace > Chart Class : Size Property |
Visual Basic (Declaration) | |
---|---|
Public WriteOnly Property Size |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Size {set;} |
C# | ![]() |
---|---|
Chart.Size = "640X480"; |
Visual Basic | ![]() |
---|---|
Chart.Size = "640X480" |