ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / PlotAreaName Property

In This Topic
    PlotAreaName Property (Axis)
    In This Topic
    Gets or sets the name of plot area for the axis.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.PlotAreaName", "Gets or sets the name of plot area for the axis.")>
    Public Property PlotAreaName As String
    [C1Description("Axis.PlotAreaName", "Gets or sets the name of plot area for the axis.")]
    public string PlotAreaName {get; set;}
    See Also