Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Legend3D Class / Postion Property


In This Topic
    Postion Property
    In This Topic
    Gets or sets the legend position relative to the chart.
    Syntax
    'Declaration
     
    Public Property Postion As LegendPosition
    'Usage
     
    Dim instance As Legend3D
    Dim value As LegendPosition
     
    instance.Postion = value
     
    value = instance.Postion
    public LegendPosition Postion {get; set;}
    See Also