FinancialChartRangeSelectorOption
An enum representing the time range presets on a financial chart range selector.
Enumeration Members
Section titled "Enumeration Members"Include a preset button for all data in the range selector.
All = 5 OneMonth
Section titled "OneMonth"Include a preset button for one month in the range selector.
OneMonth = 0 OneYear
Section titled "OneYear"Include a preset button for one year in the range selector.
OneYear = 4 SixMonths
Section titled "SixMonths"Include a preset button for six months in the range selector.
SixMonths = 2 ThreeMonths
Section titled "ThreeMonths"Include a preset button for three months in the range selector.
ThreeMonths = 1 YearToDate
Section titled "YearToDate"Include a preset button for year-to-date in the range selector.
YearToDate = 3