Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ChartChangedBaseEventArgs Class / ChartArea Property


In This Topic
    ChartArea Property
    In This Topic
    Gets the chart area.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartArea As ChartArea
    'Usage
     
    Dim instance As ChartChangedBaseEventArgs
    Dim value As ChartArea
     
    value = instance.ChartArea
    public ChartArea ChartArea {get;}

    Property Value

    The chart area.
    See Also