Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / ManualLayout Property


In This Topic
    ManualLayout Property (PlotArea)
    In This Topic
    Gets or sets whether the layout of the plot area is automatically generated.
    Syntax
    'Declaration
     
    
    Public Property ManualLayout As Boolean
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As Boolean
     
    instance.ManualLayout = value
     
    value = instance.ManualLayout
    public bool ManualLayout {get; set;}
    See Also