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

DrawPlot(DrawingContext, ChartStyle, Int32, ISeriesDouble, Double, Double, Int32, Int32, Double, Double)

The DrawPlot 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.

See Also