Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / LabelTextDirection Property


In This Topic
    LabelTextDirection Property (SeriesCache)
    In This Topic
    Determine the direction of data labels
    Syntax
    'Declaration
     
    
    Public Property LabelTextDirection As TextVerticalType
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As TextVerticalType
     
    instance.LabelTextDirection = value
     
    value = instance.LabelTextDirection
    public TextVerticalType LabelTextDirection {get; set;}
    See Also