Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ActiveChart Property
Example


In This Topic
    ActiveChart Property
    In This Topic
    Gets or sets the active chart.
    Syntax
    'Declaration
     
    
    Public Property ActiveChart As Object
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Object
     
    instance.ActiveChart = value
     
    value = instance.ActiveChart
    public object ActiveChart {get; set;}
    Example
    This example adds a chart control and makes the chart active.
    See Also