Difference between revisions of "ChartView.MonthNames"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 12: | Line 12: | ||
Month names from MonthNames(1)=January to MonthNames(12)=December. | Month names from MonthNames(1)=January to MonthNames(12)=December. | ||
On Windows, the [[ChartView.MonthNames|MonthNames]] are automatically retrieved. | On Windows, the [[ChartView.MonthNames|MonthNames]] are automatically retrieved. | ||
− | On Macintosh and Linux, the ChartView will try to retrieve the MonthNames using Date.LongDate. | + | On Macintosh and Linux, the ChartView will try to retrieve the [[ChartView.MonthNames|MonthNames]] using Date.LongDate. |
Revision as of 22:37, 11 May 2013
Property (As String)
Month names from MonthNames(1)=January to MonthNames(12)=December. On Windows, the MonthNames are automatically retrieved. On Macintosh and Linux, the ChartView will try to retrieve the MonthNames using Date.LongDate.