NinjaScript > Language Reference > Drawing >

Custom Drawing

Print this Topic Previous pageReturn to chapter overviewNext page

There are virtually no limits for custom drawing on a chart panel. Since NinjaScript is based on Microsoft C#, the entire System.Drawing namespace is available for use. Custom drawing is an advanced programming topic and should only be considered by programmers familiar with Microsoft C# and the .NET Framework.

 

Please see the following indicators for reference samples of custom drawing by overriding the Plot() method of the Indicator base class:

 

CustomPlotSample
TickCounter
VolumeZones