ComponentOne FinancialChart for WPF
PlotAreaName Property (PlotArea)



C1.WPF.Chart Namespace > PlotArea Class : PlotAreaName Property
Gets or sets the plot area name.
Syntax
'Declaration
 
Public Property PlotAreaName As String
'Usage
 
Dim instance As PlotArea
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

Reference

PlotArea Class
PlotArea Members