FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotChart Class / ChartControl Property

In This Topic
    ChartControl Property
    In This Topic
    Gets a reference to the inner C1Chart control.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartControl As C1.WPF.Chart.FlexChart
    public C1.WPF.Chart.FlexChart ChartControl {get;}
    See Also