Reports for WPF | ComponentOne
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 Object
    public object 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