Depth Property (PlotArea)
In This Topic
Gets or sets the depth of the plot area.
Syntax
'Declaration
Public Property Depth As Single
'Usage
Dim instance As PlotArea
Dim value As Single
instance.Depth = value
value = instance.Depth
public float Depth {get; set;}
Exceptions
See Also