Skip to main content
All docs
V25.1
  • ChartBeforeScrollEventArgs.Cancel Property

    Gets or sets the value that identifies whether the scrolling operation should be canceled.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

    true if the scrolling is canceled; otherwise false.

    See Also