FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / RangedHistogram Class / GetXLabels Method

In This Topic
    GetXLabels Method (RangedHistogram)
    In This Topic
    Gets the X axis labels.
    Syntax
    'Declaration
     
    Public Function GetXLabels() As System.String()
    public System.string[] GetXLabels()

    Return Value

    The array of X axis label strings.
    See Also