How to develop a ChartStyle |
A ChartStyle defines how the Bars data will be displayed on the Chart View.
DrawBars(DrawingContext, Double, Double, Bars, Int32, Int32, Double, Double)
The DrawBars 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.