User (Legacy) 2 Posted January 25, 2007 Report Share Posted January 25, 2007 Hi Does anyone know how to revmoe the close line in the HiLowClose chart? Thanks, Leo Quote Link to post Share on other sites
Software FX 0 Posted January 25, 2007 Report Share Posted January 25, 2007 Then it will not be a Hi-Low-Close chart. I think what you may be looking for is a simple bar chart with Initial values. You didn't mention which version you are using so I'm going to assume it is the latest (7.0). The property you need to look at it: chart.Data.YFrom -- Francisco Padron www.chartfx.com Quote Link to post Share on other sites
User (Legacy) 2 Posted January 25, 2007 Author Report Share Posted January 25, 2007 My chartFx is 6.2.1342.0. It seems it does not support initial values for bar chart, any solution? Thanks, Leo "Software FX" <noreply@softwarefx.com> wrote in message news:FszMbsLQHHA.2276@webserver3.softwarefx.com... > Then it will not be a Hi-Low-Close chart. > > I think what you may be looking for is a simple bar chart with Initial > values. You didn't mention which version you are using so I'm going to > assume it is the latest (7.0). The property you need to look at it: > > chart.Data.YFrom > > > -- > Francisco Padron > www.chartfx.com > Quote Link to post Share on other sites
Software FX 0 Posted January 26, 2007 Report Share Posted January 26, 2007 It does supports it. In Chart FX 6.2 the property is: chart.IniValue You need to do an OpenData similar to what you do when setting regular values. If you are using data binding you can use the DataType property to instruct Chart FX to use one of the columns as your ini values. -- Francisco Padron www.chartfx.com Quote Link to post Share on other sites
User (Legacy) 2 Posted January 26, 2007 Author Report Share Posted January 26, 2007 Thanks a lot Francisco, Can you show me how to use a table as datasource to create a floating bar? I tried to set the Data Type but it cannot work. e.g query= " SELECT Name, High, Low FROM tblSales" chart1.DataType[0]= SoftwareFX.ChartFX.DataType.Label; chart1.DataType[1] = SoftwareFX.ChartFX.DataType.Value; chart1.DataType[2] = SoftwareFX.ChartFX.DataType.IniValue; chart1.DataSource = tbl; but it seems that it cannot work. Did I miss something? Thanks! Leo "Software FX" <noreply@softwarefx.com> wrote in message news:5hoeiHWQHHA.2276@webserver3.softwarefx.com... > It does supports it. > > In Chart FX 6.2 the property is: > > chart.IniValue > > You need to do an OpenData similar to what you do when setting regular > values. > > If you are using data binding you can use the DataType property to instruct > Chart FX to use one of the columns as your ini values. > > -- > Francisco Padron > www.chartfx.com > Quote Link to post Share on other sites
User (Legacy) 2 Posted January 26, 2007 Author Report Share Posted January 26, 2007 I found the way to set the initial value now. But there is another problem: when I show the data editor, the data of initial value are not displayed. How can I show the initial values in the data editor? Thanks! "Software FX" <noreply@softwarefx.com> wrote in message news:5hoeiHWQHHA.2276@webserver3.softwarefx.com... > It does supports it. > > In Chart FX 6.2 the property is: > > chart.IniValue > > You need to do an OpenData similar to what you do when setting regular > values. > > If you are using data binding you can use the DataType property to instruct > Chart FX to use one of the columns as your ini values. > > -- > Francisco Padron > www.chartfx.com > Quote Link to post Share on other sites
Software FX 0 Posted January 29, 2007 Report Share Posted January 29, 2007 Unfortunately, IniValues are not displayed in the data editor. -- Francisco Padron www.chartfx.com Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.