Skip to content

IsScrollingEnabled Property

Summary

Gets or sets the value indicating whether the scrolling is enabled or disabled for the chart. If disabled, then thechart is not affected by scrolling, dragging, scaling, or pressing any keyboard keys, but is still affected byresizing, zooming, and API calls for changing X or Y-axis positions on the chart.

Signature

1
public abstract bool IsScrollingEnabled {get; set;}

Return Value

bool

Declaring Type

cAlgo.API.Chart


Last update: March 23, 2023