Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Legend Class / Alignment Property


In This Topic
    Alignment Property (Legend)
    In This Topic
    Gets or sets the alignment for the legend.
    Syntax
    'Declaration
     
    Public Property Alignment As LegendAlignment
    'Usage
     
    Dim instance As Legend
    Dim value As LegendAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    public LegendAlignment Alignment {get; set;}
    See Also