Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / DynamicSize Property


In This Topic
    DynamicSize Property (SpreadChart)
    In This Topic
    Gets or sets whether the size of the object changes when hiding or showing, resizing, or moving rows or columns.
    Syntax
    'Declaration
     
    
    Public Overrides Property DynamicSize As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    instance.DynamicSize = value
     
    value = instance.DynamicSize
    public override bool DynamicSize {get; set;}
    See Also