ComponentOne FlexChart for WinForms
PlotAreaName Property


C1.Win.Chart Namespace > Axis Class : PlotAreaName Property
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

Reference

Axis Class
Axis Members