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