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


In This Topic
    LegendPos Property
    In This Topic
    Gets or sets the legend items position.
    Syntax
    'Declaration
     
    
    Public Property LegendPos As LegendPos
    'Usage
     
    
    Dim instance As LegendArea
    Dim value As LegendPos
     
    instance.LegendPos = value
     
    value = instance.LegendPos
    public LegendPos LegendPos {get; set;}
    See Also