Jump to content
Software FX Community

change tip values


User (Legacy)

Recommended Posts

In financial chart, how can I change the the values -that appear on top of

the chart- when the mouse is down on the points so that I combine them with

the exact volume values?

In other words, I would like the line

[0] Close Price = $17.23

becomes

[0] Close Price = $17.23 and the volume is 200

also I would like to change the tip values of each point when the mouse is

on top of it?

Is chart1.Tipmask the solution?, I used it but nothing happened

waiting ur help

Link to comment
Share on other sites

Dear Asmaa,

In the current version of Financial this is not possible.

The title of all the panes is fixed.

I am working on doing something like this for the .NET version which is due

out this year.

I am going to have a PricesPaneTitleMask property

that will take a string like this

PricesPaneTitleMask = "Close Price = %C and the Volume is %V";

Does that sound good for you?

I imagine I will not do this for each study as they do not have that many

options! Plus you can change the Study Name.

It is a little strange to me that you want to display the Volume value on

the Prices Pane, because, if you have the Volume study open then mouse down

will immediately just show the value for the Volume Pane on its own pane. I

would guess you want to not show the Volume study but still view its'

values. Am I correct?

Regarding the second question have you tried PointLabelMask property in the

Chart. I believe that is what you are looking for.

-CJS

"Asmaa" <asmaa@mistnet.net> wrote in message

news:6kZVQl0XEHA.3080@webserver3.softwarefx.com...

> In financial chart, how can I change the the values -that appear on top of

> the chart- when the mouse is down on the points so that I combine them

with

> the exact volume values?

>

> In other words, I would like the line

> [0] Close Price = $17.23

> becomes

> [0] Close Price = $17.23 and the volume is 200

>

>

> also I would like to change the tip values of each point when the mouse is

> on top of it?

>

> Is chart1.Tipmask the solution?, I used it but nothing happened

>

> waiting ur help

>

>

Link to comment
Share on other sites

I tried PointLabelMask and it does not make any difference, I don't know why

as I changed (i.e PointLabelFont) and it works well?

My application is vb.net, does that prevent it from working well. or should

I put that command in an event handling, but also event handlers does not

work well!!!

waiting your help, because It is required to add new information to the

chart as the cursor moves or clicks on the data points

thanks for your support

"Software FX Support" <support@softwarefx.com> wrote in message

news:Ijf0W25YEHA.3152@webserver3.softwarefx.com...

> Dear Asmaa,

> In the current version of Financial this is not possible.

> The title of all the panes is fixed.

> I am working on doing something like this for the .NET version which is

due

> out this year.

> I am going to have a PricesPaneTitleMask property

> that will take a string like this

> PricesPaneTitleMask = "Close Price = %C and the Volume is %V";

> Does that sound good for you?

> I imagine I will not do this for each study as they do not have that many

> options! Plus you can change the Study Name.

>

> It is a little strange to me that you want to display the Volume value on

> the Prices Pane, because, if you have the Volume study open then mouse

down

> will immediately just show the value for the Volume Pane on its own pane.

I

> would guess you want to not show the Volume study but still view its'

> values. Am I correct?

>

> Regarding the second question have you tried PointLabelMask property in

the

> Chart. I believe that is what you are looking for.

> -CJS

> "Asmaa" <asmaa@mistnet.net> wrote in message

> news:6kZVQl0XEHA.3080@webserver3.softwarefx.com...

> > In financial chart, how can I change the the values -that appear on top

of

> > the chart- when the mouse is down on the points so that I combine them

> with

> > the exact volume values?

> >

> > In other words, I would like the line

> > [0] Close Price = $17.23

> > becomes

> > [0] Close Price = $17.23 and the volume is 200

> >

> >

> > also I would like to change the tip values of each point when the mouse

is

> > on top of it?

> >

> > Is chart1.Tipmask the solution?, I used it but nothing happened

> >

> > waiting ur help

> >

> >

>

>

post-2228-13922398133_thumb.jpg

Link to comment
Share on other sites

I am sorry PointLabelMask was completely wrong. My Mistake

TipMask should be the correct value but I see it does not work.

I don't think there is a way to do this in Financial COM version.

When you say you are using VB.NET I assume you are using the COM Version of

CFX in vb.net

Am I right?

Or are you just using one of the basic Financial Galleries shipped standard

with ChartFX for .NET

I guess I am asking which version of ChartFX are you using?

-CJS

"Asmaa" <asmaa@mistnet.net> wrote in message

news:blm83JMZEHA.3080@webserver3.softwarefx.com...

> I tried PointLabelMask and it does not make any difference, I don't know

why

> as I changed (i.e PointLabelFont) and it works well?

>

> My application is vb.net, does that prevent it from working well. or

should

> I put that command in an event handling, but also event handlers does not

> work well!!!

>

> waiting your help, because It is required to add new information to the

> chart as the cursor moves or clicks on the data points

>

> thanks for your support

>

>

> "Software FX Support" <support@softwarefx.com> wrote in message

> news:Ijf0W25YEHA.3152@webserver3.softwarefx.com...

> > Dear Asmaa,

> > In the current version of Financial this is not possible.

> > The title of all the panes is fixed.

> > I am working on doing something like this for the .NET version which is

> due

> > out this year.

> > I am going to have a PricesPaneTitleMask property

> > that will take a string like this

> > PricesPaneTitleMask = "Close Price = %C and the Volume is %V";

> > Does that sound good for you?

> > I imagine I will not do this for each study as they do not have that

many

> > options! Plus you can change the Study Name.

> >

> > It is a little strange to me that you want to display the Volume value

on

> > the Prices Pane, because, if you have the Volume study open then mouse

> down

> > will immediately just show the value for the Volume Pane on its own

pane.

> I

> > would guess you want to not show the Volume study but still view its'

> > values. Am I correct?

> >

> > Regarding the second question have you tried PointLabelMask property in

> the

> > Chart. I believe that is what you are looking for.

> > -CJS

> > "Asmaa" <asmaa@mistnet.net> wrote in message

> > news:6kZVQl0XEHA.3080@webserver3.softwarefx.com...

> > > In financial chart, how can I change the the values -that appear on

top

> of

> > > the chart- when the mouse is down on the points so that I combine them

> > with

> > > the exact volume values?

> > >

> > > In other words, I would like the line

> > > [0] Close Price = $17.23

> > > becomes

> > > [0] Close Price = $17.23 and the volume is 200

> > >

> > >

> > > also I would like to change the tip values of each point when the

mouse

> is

> > > on top of it?

> > >

> > > Is chart1.Tipmask the solution?, I used it but nothing happened

> > >

> > > waiting ur help

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

But it is so required in my chart to contain all the data required. How can

I overcome this? or can we replace this bugged version by the new one (.net

one) when you release it?

I'm using Chart FX Client Server 5.1 & Chart FX Financial Desktop Version

(File Version 4.0.22.0), on a VB.NET windows Application

By the way, when will you release the .NET version of the Finanial Chart?

"Software FX Support" <support@softwarefx.com> wrote in message

news:eF7NXNSZEHA.2432@webserver3.softwarefx.com...

> I am sorry PointLabelMask was completely wrong. My Mistake

> TipMask should be the correct value but I see it does not work.

> I don't think there is a way to do this in Financial COM version.

>

> When you say you are using VB.NET I assume you are using the COM Version

of

> CFX in vb.net

> Am I right?

> Or are you just using one of the basic Financial Galleries shipped

standard

> with ChartFX for .NET

> I guess I am asking which version of ChartFX are you using?

>

> -CJS

>

>

> "Asmaa" <asmaa@mistnet.net> wrote in message

> news:blm83JMZEHA.3080@webserver3.softwarefx.com...

> > I tried PointLabelMask and it does not make any difference, I don't know

> why

> > as I changed (i.e PointLabelFont) and it works well?

> >

> > My application is vb.net, does that prevent it from working well. or

> should

> > I put that command in an event handling, but also event handlers does

not

> > work well!!!

> >

> > waiting your help, because It is required to add new information to the

> > chart as the cursor moves or clicks on the data points

> >

> > thanks for your support

> >

> >

> > "Software FX Support" <support@softwarefx.com> wrote in message

> > news:Ijf0W25YEHA.3152@webserver3.softwarefx.com...

> > > Dear Asmaa,

> > > In the current version of Financial this is not possible.

> > > The title of all the panes is fixed.

> > > I am working on doing something like this for the .NET version which

is

> > due

> > > out this year.

> > > I am going to have a PricesPaneTitleMask property

> > > that will take a string like this

> > > PricesPaneTitleMask = "Close Price = %C and the Volume is %V";

> > > Does that sound good for you?

> > > I imagine I will not do this for each study as they do not have that

> many

> > > options! Plus you can change the Study Name.

> > >

> > > It is a little strange to me that you want to display the Volume value

> on

> > > the Prices Pane, because, if you have the Volume study open then mouse

> > down

> > > will immediately just show the value for the Volume Pane on its own

> pane.

> > I

> > > would guess you want to not show the Volume study but still view its'

> > > values. Am I correct?

> > >

> > > Regarding the second question have you tried PointLabelMask property

in

> > the

> > > Chart. I believe that is what you are looking for.

> > > -CJS

> > > "Asmaa" <asmaa@mistnet.net> wrote in message

> > > news:6kZVQl0XEHA.3080@webserver3.softwarefx.com...

> > > > In financial chart, how can I change the the values -that appear on

> top

> > of

> > > > the chart- when the mouse is down on the points so that I combine

them

> > > with

> > > > the exact volume values?

> > > >

> > > > In other words, I would like the line

> > > > [0] Close Price = $17.23

> > > > becomes

> > > > [0] Close Price = $17.23 and the volume is 200

> > > >

> > > >

> > > > also I would like to change the tip values of each point when the

> mouse

> > is

> > > > on top of it?

> > > >

> > > > Is chart1.Tipmask the solution?, I used it but nothing happened

> > > >

> > > > waiting ur help

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...