$(".selector").igFinancialChart({
isWindowSyncedToVisibleRange: true,
isVerticalZoomEnabled: false,
isHorizontalZoomEnabled: true
});
This topic demonstrates, with code examples, the navigation use properties in the igFinancialChart control and their use.
The following table lists the topics required as a prerequisite to understanding this topic.
In the igFinancialChart control, chart navigation is enabled by default. The following properties can be used to configure navigation behavior.
The following code snippet demonstrates how to configure chart navigation in the igFinancialChart control.
In JavaScript:
$(".selector").igFinancialChart({
isWindowSyncedToVisibleRange: true,
isVerticalZoomEnabled: false,
isHorizontalZoomEnabled: true
});
The following topics provide additional information related to this topic.
View on GitHub