2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / DrawSeriesEventArgs Class / Cancel Property

In This Topic
    Cancel Property (DrawSeriesEventArgs)
    In This Topic
    Gets or sets a value indicating whether the normal data series drawing should be canceled.
    Syntax
    'Declaration
     
    Public Property Cancel As System.Boolean
    public System.bool Cancel {get; set;}
    See Also