Guides are straight vertical or horizontal lines or areas supported by AmSerialChart, AmXYChart and AmRadarChart. You can have guides both on value and category axes. To add/remove a guide to an axis, use axis.addGuide(guide)/axis.removeGuide(guide) methods.
If you do not set properties such as dashLength, lineAlpha, lineColor, etc - values of the axis are used.
Radar chart only. Specifies angle at which guide should start. Affects only fills, not lines.
Baloon fill color.
The text which will be displayed if the user rolls-over the guide.
Category of the guide (in case the guide is for category axis).
Dash length.
Date of the guide (in case the guide is for category axis and parseDates is set to true).
Fill opacity. Value range is 0 - 1.
Fill color.
Specifies whether label should be placed inside or outside plot area.
The label which will be displayed near the guide.
Rotation angle of a guide label.
Line opacity.
Line color.
Line thickness.
Tick length.
Radar chart only. Specifies angle at which guide should end. Affects only fills, not lines.
To category of the guide (in case the guide is for category axis).
To date of the guide (in case the guide is for category axis and parseDates is set to true) If you have both date and toDate, the space between these two dates can be filled with color.
To value of the guide (in case the guide is for value axis).
Value of the guide (in case the guide is for value axis).