ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Style Class / ShouldSerializeVerticalText Method

In This Topic
    ShouldSerializeVerticalText Method
    In This Topic
    Returns false if the Style VerticalText property is in the default state.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeVerticalText() As System.Boolean
    public System.bool ShouldSerializeVerticalText()

    Return Value

    Boolean.
    Remarks
    The default state is to inherit the VerticalText from the style of the parent object.
    See Also