User (Legacy) Posted January 2, 2003 Report Share Posted January 2, 2003 Hi, I'm using the latest version of VB with the latest version of your ChartFX client (Financial Extension). I was wondering if it is possible to get the handle of the new axis that is created when a technical indicator is displayed. Thanking you in advance, Chase Gale Link to comment Share on other sites More sharing options...
Software FX Posted January 10, 2003 Report Share Posted January 10, 2003 Hi, You can use the Axis of the new object. Although it won't be exactly the same as on the chart object: With FinExt.MACD .Visible = True .Space = 15 .SpaceGap = 15 .SignalPeriod = 14 'using the axis .Axis.Decimals = 2 .Axis.Step = 0.25 .Axis.Format = AF_CURRENCY .Axis.CurrencySymbol = "#" End With SFX "Chase Gale" <cgale@fxsol.com> wrote in message news:4ssptRqsCHA.2940@webserver1.softwarefx.com... > Hi, > > I'm using the latest version of VB with the latest version of your ChartFX > client (Financial Extension). > > I was wondering if it is possible to get the handle of the new axis that is > created when a technical indicator is displayed. > > Thanking you in advance, > > Chase Gale > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.