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


In This Topic
    CanSelect Property (SpreadChart)
    In This Topic
    Gets or sets whether the chart can be selected.
    Syntax
    'Declaration
     
    
    Public Overridable Property CanSelect As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    instance.CanSelect = value
     
    value = instance.CanSelect
    public virtual bool CanSelect {get; set;}
    Remarks
    This property indicates whether the user can select the current chart at run time. If this property is false, the user cannot move or resize the current chart.
    Example
    This example sets the CanSelect property.
    See Also