Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / TextOrientation Property


In This Topic
    TextOrientation Property (ChartShape)
    In This Topic
    Gets or sets the orientation of the text.
    Syntax
    'Declaration
     
    
    Public Overrides Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    public override TextOrientation TextOrientation {get; set;}
    See Also