Version

FinancialChartRangeSelectorOption Enumeration

An enum representing the time range presets on a financial chart range selector.
Syntax
'Declaration
 
Public Enum FinancialChartRangeSelectorOption 
   Inherits System.Enum
public enum FinancialChartRangeSelectorOption : System.Enum 
Members
MemberDescription
AllInclude a preset button for all data in the range selector.
OneMonthInclude a preset button for one month in the range selector.
OneYearInclude a preset button for one year in the range selector.
SixMonthsInclude a preset button for six months in the range selector.
ThreeMonthsInclude a preset button for three months in the range selector.
YearToDateInclude a preset button for year-to-date in the range selector.
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