ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / IchimokuCloud Class / XValues Property



In This Topic
    XValues Property (IchimokuCloud)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property XValues As Double()
    'Usage
     
    
    Dim instance As IchimokuCloud
    Dim value() As Double
     
    value = instance.XValues
    public double[] XValues {get;}
    public:
    property array<double>^ XValues {
       array<double>^ get();
    }
    See Also