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


In This Topic
    LegendAreaId Property (LegendArea)
    In This Topic
    Gets or sets the ID of the legend area.
    Syntax
    'Declaration
     
    
    Public Property LegendAreaId As Integer
    'Usage
     
    
    Dim instance As LegendArea
    Dim value As Integer
     
    instance.LegendAreaId = value
     
    value = instance.LegendAreaId
    public int LegendAreaId {get; set;}
    Exceptions
    ExceptionDescription
    value is less than zero.
    See Also