Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / ChartControl Property

In This Topic
    ChartControl Property
    In This Topic
    Gets a reference to the underlying C1Chart control.
    Syntax
    'Declaration
     
    Public Property ChartControl As C1.Win.C1Chart.C1Chart
    public C1.Win.C1Chart.C1Chart ChartControl {get; set;}
    Remarks
    You can set properties in the underlying C1Chart control using script or code, but these properties are not persisted when the report is saved.
    See Also