these are the 2 I am having trouble with.
private HorizLabelSideType labelSide = HorizLabelSideType.Right;
private HorizLabelAreaType labelArea = HorizLabelAreaType.Above;
when I scroll over it states
these are NinjaTrader.Gui.Chart;
they are enums
When compiling
It states the HorizLabelAreaType does not exist in the namespace NinjaTrader.Gui.Chart.
any solutions?

Comment