FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Series Class / data Field

In This Topic
    data Field
    In This Topic
    Syntax
    'Declaration
     
    Protected data As System.Collections.Generic.Dictionary(Of Integer,Double())
    protected System.Collections.Generic.Dictionary<int,double[]> data
    See Also