Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxisTitle Interface / HorizontalAlignment Property


In This Topic
    HorizontalAlignment Property (IAxisTitle)
    In This Topic
    Gets or sets a value that represents the horizontal alignment for the specified object.
    Syntax
    'Declaration
     
    Property HorizontalAlignment As HorizontalAlignment
    'Usage
     
    Dim instance As IAxisTitle
    Dim value As HorizontalAlignment
     
    instance.HorizontalAlignment = value
     
    value = instance.HorizontalAlignment
    HorizontalAlignment HorizontalAlignment {get; set;}
    See Also