Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / GetSpreadChartView Method
Name of the chart.


In This Topic
    GetSpreadChartView Method
    In This Topic
    Ges the spread chart view.
    Syntax
    'Declaration
     
    Public Function GetSpreadChartView( _
       ByVal chartName As String _
    ) As SpreadChartView
    'Usage
     
    Dim instance As SheetView
    Dim chartName As String
    Dim value As SpreadChartView
     
    value = instance.GetSpreadChartView(chartName)
    public SpreadChartView GetSpreadChartView( 
       string chartName
    )

    Parameters

    chartName
    Name of the chart.
    See Also