How to develop a PlotStyle |
A PlotStyle determines how the series values (of an indicator or a strategy) is drawn on the view.
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.