Click or drag to resize

How to develop a PlotStyle

A PlotStyle determines how the series values (of an indicator or a strategy) is drawn on the view.

Abstract methods

OnRender(DrawingContext, ChartVisualArgs)

The OnRender method is called whenever ArthaChitra renders the View. This is the main method where the user defines how the series values will be rendered. User must override this method.

Configuring properties via GUI using Xaml templates
See Also