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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : CanSize Property
Gets or sets whether the chart can be resized.
Syntax
'Declaration
 
Public Overridable Property CanSize As Boolean
'Usage
 
Dim instance As SpreadChart
Dim value As Boolean
 
instance.CanSize = value
 
value = instance.CanSize
public virtual bool CanSize {get; set;}
See Also

Reference

SpreadChart Class
SpreadChart Members