Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / IRangedHistogramSeries Interface / GetXLabels Method


In This Topic
    GetXLabels Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetXLabels() As String()
    'Usage
     
    
    Dim instance As IRangedHistogramSeries
    Dim value() As String
     
    value = instance.GetXLabels()
    string[] GetXLabels()
    See Also