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


In This Topic
    Orientation Property (IAxisTitle)
    In This Topic
    Gets or sets a value that represents the text orientation.
    Syntax
    'Declaration
     
    Property Orientation As Double
    'Usage
     
    Dim instance As IAxisTitle
    Dim value As Double
     
    instance.Orientation = value
     
    value = instance.Orientation
    double Orientation {get; set;}
    Remarks
    The value of this property can be set to an integer value from -90 to 90 degrees or to one of the TextOrientation value.
    See Also