Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ILegend Interface / Position Property


In This Topic
    Position Property (ILegend)
    In This Topic
    Gets or sets an LegendPosition value that represents the position of the legend on the chart.
    Syntax
    'Declaration
     
    Property Position As LegendPosition
    'Usage
     
    Dim instance As ILegend
    Dim value As LegendPosition
     
    instance.Position = value
     
    value = instance.Position
    LegendPosition Position {get; set;}
    See Also