Jump to content
Software FX Community

Re: Map charting - Map_Click & Slider Bar for the States Data Table.


User (Legacy)

Recommended Posts

Thank you Francisco. I picked up the samples on Maps which has only windows 

forms example. I am successful in Web Application to a certain extent.

1. ) But, for the event, private void map1_DoubleClick(object sender,

SoftwareFX.ChartFX.MouseEventArgsX e) in Windows --

I came up with an equivalent wired up event for Web app as, private void

Map1_Click(object sender, SoftwareFX.ChartFX.Internet.Server.MouseEventArgsX

e)

Unfortunately, the map click doesn't trigger anything even though the wired

up code is there in Initialize as

"this.Map1.Click += new

SoftwareFX.ChartFX.Internet.Server.MouseEventHandlerX(this.Map1_Click);".

The code compiles but on map_click the event couldn't be trapped.

2.) Next, the data on first load only shows limited states, on Windows Form

there is a slider control through which we could see the values of other

states, but whereas in web we couldn't get that slider thing or the

mouse_over working. Any idea how to show all the state values in the table

below the map.

You help will be greatly appreciated. We have a licensed key. Let me know

if you need that to help on this for our demo on Wednesday.

Thank you.

-Raj

Link to comment
Share on other sites

Can anyone help us out ?

"Raj" <raja.ramaswamy@verizon.com> wrote in message

news:6vqNlclWFHA.2608@webserver3.softwarefx.com...

> Thank you Francisco. I picked up the samples on Maps which has only

> windows forms example. I am successful in Web Application to a certain

> extent.

>

> 1. ) But, for the event, private void map1_DoubleClick(object sender,

> SoftwareFX.ChartFX.MouseEventArgsX e) in Windows --

> I came up with an equivalent wired up event for Web app as, private void

> Map1_Click(object sender,

> SoftwareFX.ChartFX.Internet.Server.MouseEventArgsX e)

>

> Unfortunately, the map click doesn't trigger anything even though the

> wired up code is there in Initialize as

> "this.Map1.Click += new

> SoftwareFX.ChartFX.Internet.Server.MouseEventHandlerX(this.Map1_Click);".

>

> The code compiles but on map_click the event couldn't be trapped.

>

> 2.) Next, the data on first load only shows limited states, on Windows

> Form there is a slider control through which we could see the values of

> other states, but whereas in web we couldn't get that slider thing or the

> mouse_over working. Any idea how to show all the state values in the table

> below the map.

>

> You help will be greatly appreciated. We have a licensed key. Let me know

> if you need that to help on this for our demo on Wednesday.

>

> Thank you.

> -Raj

>

Link to comment
Share on other sites

>> Thank you Francisco. I picked up the samples on Maps which has only 

>> windows forms example. I am successful in Web Application to a certain

>> extent.

>>

>> 1. ) But, for the event, private void map1_DoubleClick(object sender,

>> SoftwareFX.ChartFX.MouseEventArgsX e) in Windows --

>> I came up with an equivalent wired up event for Web app as, private void

>> Map1_Click(object sender,

>> SoftwareFX.ChartFX.Internet.Server.MouseEventArgsX e)

>>

>> Unfortunately, the map click doesn't trigger anything even though the

>> wired up code is there in Initialize as

>> "this.Map1.Click += new

>> SoftwareFX.ChartFX.Internet.Server.MouseEventHandlerX(this.Map1_Click);".

>>

>> The code compiles but on map_click the event couldn't be trapped.

>>

>> 2.) Next, the data on first load only shows limited states, on Windows

>> Form there is a slider control through which we could see the values of

>> other states, but whereas in web we couldn't get that slider thing or the

>> mouse_over working. Any idea how to show all the state values in the

>> table below the map.

>>

>> You help will be greatly appreciated. We have a licensed key. Let me

>> know if you need that to help on this for our demo on Wednesday.

>>

>> Thank you.

>> -Raj

>>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...