Defines the position of the StockChart navigator.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum StockChartNavigatorPosition
Fields
The navigator is positioned on the bottom.
C#
Bottom = 1
The navigator is positioned on the top.
C#
Top = 0