In This Topic
Gets or sets the plot area index.
Syntax
'Declaration
Public Property PlotAreaIndex As Integer
'Usage
Dim instance As Axis
Dim value As Integer
instance.PlotAreaIndex = value
value = instance.PlotAreaIndex
public int PlotAreaIndex {get; set;}
See Also