PlotAreaName Property (Axis)
In This Topic
Gets or sets the plot area name 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;}
public:
property String^ PlotAreaName {
String^ get();
void set ( String^ value);
}
See Also