Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / CanChangeChartType Property
Example


In This Topic
    CanChangeChartType Property
    In This Topic
    Gets a value that indicates whether the chart type can be changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanChangeChartType As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.CanChangeChartType
    public bool CanChangeChartType {get;}

    Property Value

    true if the chart type can be changed; otherwise, false.
    Remarks
    This property indicates whether the user can change the chart type.
    Example
    This example uses the CanChangeChartType property.
    See Also