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


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