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


In This Topic
    CanSize Property (SpreadChart)
    In This Topic
    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;}
    Remarks
    This property indicates whether the user can resize the current chart at run time.
    Example
    This example sets the CanSize property.
    See Also