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


In This Topic
    LablePostion Property
    In This Topic
    Gets or sets the label position in the legend.
    Syntax
    'Declaration
     
    Public Property LablePostion As LegendLabelPosition
    'Usage
     
    Dim instance As Legend3D
    Dim value As LegendLabelPosition
     
    instance.LablePostion = value
     
    value = instance.LablePostion
    public LegendLabelPosition LablePostion {get; set;}
    See Also