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

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.

Configuring properties via GUI using Xaml templates
See Also