Gets or sets the name of plot area for the axis.
Syntax
'Declaration
Public Property PlotAreaName As String
'Usage
Dim instance As Axis
Dim value As String
instance.PlotAreaName = value
value = instance.PlotAreaName
public string PlotAreaName {get; set;}
See Also