Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ChartArea Property


In This Topic
    ChartArea Property
    In This Topic
    Gets an IChartArea object that represents the complete chart area for the chart.
    Syntax
    'Declaration
     
    ReadOnly Property ChartArea As IChartArea
    'Usage
     
    Dim instance As IChart
    Dim value As IChartArea
     
    value = instance.ChartArea
    IChartArea ChartArea {get;}
    Remarks
    This function works with Spread WPF only.
    See Also