2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartStyle Class / IsVertical Method

In This Topic
    IsVertical Method
    In This Topic
    Whether the element of the chart is vertically located.
    Syntax
    'Declaration
     
    Public Function IsVertical() As System.Boolean
    public System.bool IsVertical()

    Return Value

    True if the chart element is located vertically.
    See Also