Date format of date input fields. Check [[http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/formatters/DateFormatter.html DD-MM-YYYY
Text displayed next to "from" date input field. From:
Specifies if period buttons with date range bigger than available data should be hidden.
Width of date input fields, in pixels. Works only if period selector is horizontal.
Specifies whether period selector displays "from" and "to" date input fields.
Array of predefined period objects. Period object has 4 properties - period, count, label and selected. Possible period values are: "ss" - seconds, "mm" - minutes, "hh" - hours, "DD" - days, "MM" - months and "YYYY" - years. property "count" specifies how many periods this button will select. "label" will be displayed on a button and "selected" is a boolean which specifies if this button is selected when chart is initialized or not. Example: {period:"DD", count:10, label:"10 days", selected:false}.
Text displayed next to predefined period buttons. Zoom:
Possible values: "right", "left", "top", "bottom". bottom
Specifies whether predefined period buttons should select a period from the beginning or the end of the data.
Text displayed next to "to" date input field. To:
Width of a period selector, when position is "left" or "right".
Adds event listener to the object. .
any
Removes event listener from chart object.
any