ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / IRangedHistogramSeries Interface / GetXLabels Method

In This Topic
    GetXLabels Method (IRangedHistogramSeries)
    In This Topic
    Calculates and returns an array of strings of X-axis labels.
    Syntax
    'Declaration
     
    Function GetXLabels() As String()
    string[] GetXLabels()

    Return Value

    Array of strings of X-axis labels.
    See Also