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


In This Topic
    TextOrientation Property
    In This Topic
    Gets or sets a value that represents the text orientation.
    Syntax
    'Declaration
     
    Property TextOrientation As TextOrientation
    'Usage
     
    Dim instance As IAxisTitle
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    TextOrientation TextOrientation {get; set;}
    See Also