public name(object _ctx):base(_ctx){}

Questions about MultiCharts .NET and user contributed studies.
shivax
Posts: 90
Joined: 02 Sep 2013
Has thanked: 37 times

public name(object _ctx):base(_ctx){}

Postby shivax » 16 Jul 2014

Hallo...

I recently started to study the c #
and I did not understand this line that has meaning


public name(object _ctx):base(_ctx){}


Thanks who help me


Another questions :

plot1 = AddPlot(new PlotAttributes("", EPlotShapes.Line, Color.Red));

I've searched the help method implementations AddPlot
but I only found

"
PowerLanguage.NET Help

IndicatorObject.AddPlot () Method
A method for adding a plot.

protected IPlotObject AddPlot ();
"

Where can I find all its specific ?
Thanks

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: public name(object _ctx):base(_ctx){}

Postby Henry MultiСharts » 16 Jul 2014

Hello shivax,

Please study MultiCharts .NET Programming guide that contains important and useful information not only for beginners but for experienced MC .Net users as well. This is the recommended "Getting started for programming in MultiCharts .Net": https://www.multicharts.com/downloads/M ... e-v1.0.pdf

Wiki format: https://www.multicharts.com/trading-sof ... ming_Giude

MC .NET FAQ: 
viewtopic.php?f=19&t=45848


Return to “MultiCharts .NET”