Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / ManualLayout Property


In This Topic
    ManualLayout Property (LegendArea)
    In This Topic
    Gets or sets whether the legend items are manually placed.
    Syntax
    'Declaration
     
    
    Public Property ManualLayout As Boolean
    'Usage
     
    
    Dim instance As LegendArea
    Dim value As Boolean
     
    instance.ManualLayout = value
     
    value = instance.ManualLayout
    public bool ManualLayout {get; set;}
    See Also