How to develop a ChartStyle |
A ChartStyle defines how the Bars data will be displayed on the Chart View.
OnRender(DrawingContext, ChartVisualArgs)
The OnRender method is called by ArthaChitra when it renders/plots the Bars data. User must override this property and define how the bars data will be displayed.