Version

FinancialChartZoomSliderType Enumeration

An enum representing the available series types to display in the zoom slider pane.
Syntax
'Declaration
 
Public Enum FinancialChartZoomSliderType 
   Inherits System.Enum
public enum FinancialChartZoomSliderType : System.Enum 
Members
MemberDescription
AreaDisplay an area series in the zoom slider pane.
AutoIn the zoom slider pane, match the series type in the price pane.
BarDisplay financial bar series in the zoom slider pane.
CandleDisplay candle series in the zoom slider pane.
ColumnDisplay column series in the zoom slider pane.
LineDisplay line series in the zoom slider pane.
NoneDo not display the zoom slider pane.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also