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