Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ChartSelectionChangedEventArgs Class / Chart Property


In This Topic
    Chart Property (ChartSelectionChangedEventArgs)
    In This Topic
    Gets the chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property Chart As SpreadChart
    'Usage
     
    Dim instance As ChartSelectionChangedEventArgs
    Dim value As SpreadChart
     
    value = instance.Chart
    public SpreadChart Chart {get;}

    Property Value

    The chart.
    See Also