how to cutomize chart like this please help out
1. can the mouse click event be applied on a single stacked column series ,If so please let me know.
2. can the color can be changed for only one stacked fragment based on property of that data. also animation can be applied on the stacked column please let me know
Hello Muhammad,
I am attaching a sample project to demonstrate the custom marker functionality mentioned above. It will be helpful if you can please elaborate a bit further on what you are setting the gap property to that is not resolving the issue.
This sample also demonstrates the seriesMouseLeftButtonDown functionality mentioned here: https://ko.infragistics.com/community/forums/f/ignite-ui-for-angular/124346/on-click-event-for-bar-chat.
Please let me know if you have any other questions or concerns on this matter.
3443.ChartStyling.zip
also gap is not slovin the issue
can have some sample code ?
I believe the best way to achieve the behavior you are looking for here is to actually use a second column series. Doing this will place a column next to your existing one, and if you set the brush and outline properties of that column series to “transparent.” You can then set the markerType of that series to something and apply your marker template.
The markers of the column series appear at the top of the column by default, so setting the properties above will make the column invisible, but still allow a marker template. If your column reaches to where you want to place the marker, you can ensure the marker will appear at the point you want it to.