Hi vinodn,
Each serie has styling properties which you may use to style it. From the Chart’s API Documentation:
fillColor – Fill color for the serie.
fillColorSelected – Fill color for the serie when selected.
fillColorAlt – Alternating fill color for the serie. Applicable to OHLC series only.
fillColorAltSelected – Alternating fill color for the serie when selected. Applicable to OHLC series only.
lineColorSymbol – Line color for the marker symbols in serie.
lineColorSymbolSelected – Line color for the marker symbols in the serie when selected.
fillColorSymbol – Fill color for the marker symbols in the serie.
fillColorSymbolSelected – Fill color for the the marker symbols in serie when selected.
colorFunction – a custom function that returns the color of a data point.
The function will received the following parameters: dataValue, itemIndex, serie, group
The implementation of the function can return a single color which will be used as a fillColor and
the other colors will be derived or it can return an object containing fillColor, fillColorSelected, etc.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com/