ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRangedHistogramSeries Interface / GetXLabels Method



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