Spread for ASP.NET 12 Product Documentation
CanMove Property (SpreadChart)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : CanMove Property
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;}
See Also

Reference

SpreadChart Class
SpreadChart Members