Click or drag to resize

How to develop a ChartStyle

A ChartStyle defines how the Bars data will be displayed on the Chart View.

Abstract methods

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.

Xaml
See Also