Jump to content
Software FX Community

Bar stacked chart qs


User (Legacy)

Recommended Posts

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

ChartFX.Internet.Client.zip

Link to comment
Share on other sites

I have attached the chart.

Re1)+ 2), see x axis and look at the spaces between each label. I have not

put any code to the x axis, its auto.

Re 3)I do RecalcScale after the step, I see where I might have gone wrong

now.

Thanks for the rest of the answers!

Elvina

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

news:h2xk3ZfUDHA.980@WEBSERVER1...

> > How do you adjust the width of the bars? As I have a lot of data and I

> > want to make the bar widths thinner.

>

> 1) If the chart is not scrollable (Default) the bars will get thinner as

> more data is added. In other words the bar width will adjust itself so

that

> all the bars can fit into the available space.

>

> > 2) Since I have a lot of data, the labels on x axis are at 90 degrees,

all

> > labels are on the chart but they are not spaces out evenly. There are

some

> > clusters of labels on x axis and other labels are evenly spaced out. How

> can

> > I adjust these? I think its the to with the bar widths too

>

> I don't quite understand this one (maybe I didn't understand 1) either)

> please attach a picture of the chart pointing out what you think is wrong.

>

> > 3)For my y axis, I want autoscale for min and max but step of 200. I

> > adjusted these but it doesnt work, do I need to recalScale it?

>

> What do you mean ? the Step is not assigned to 200 ? maybe you are

resetting

> later ? RecalcScale will actually RESET the Step as well as the Min and

Max

> so if you are calling RecalcScale make sure you assign the step AFTER this

> call is made.

>

> > 4)How do I get tooltip up at each value point on the bar chart?? I just

> > turned showtip to true but I can see anything when I move the mouse over

> the

> > bar in the chart.

>

> If you are generating an image, you need to generate an image map in order

> to get tooltips.

>

> To generate an image map do:

>

> Chart1.ImgMap = ImgMap.MouseTip

>

> Check out the docs. section:

>

> "Internet Reference - Rendering Methods - Image Maps"

> for more details

>

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

Very strange. I've never seen this happen before, your X-Axis seems to be

completely detached from the chart itself.

I apologize for going back an forth and not giving you a straight solution

but unfortunately I have to admit I don't know why you are getting this !

Please bear with me.

This is what I need I order for me to understand what's going on I need the

following:

1) A binary file of this chart. You can obtain this by calling the Export

method.

2) The code that sets-up this chart, you may exclude the data itself.

--

FP

Software FX, Inc.

post-2107-13922364651418_thumb.png

Link to comment
Share on other sites

Here is the code for the chart...

-------------code ----------------------------------

private void Chart1_Load(object sender, System.EventArgs e)

{

//get fundcode

string FundCode = this.DropDownList1.SelectedItem.Text.ToString();

this.lblFundCode.Text = FundCode;

// Put user code to initialize the page here

Chart Chart1 = new Chart(this);

// Create the database connection object

OleDbConnection ObjConnection = new OleDbConnection("Provider=SQLOLEDB.1;

Data Source=(local)\\NetSDK;database=MgmtInfo;Trusted_Connection=yes");

// Create the command and DataSet

OleDbDataAdapter myCommand = new

OleDbDataAdapter("usp_AttributionDataCumulative " + FundCode,ObjConnection);

DataSet dsAtt2 = new DataSet();

// Fill the data set

myCommand.Fill(dsAtt2, "AttData2");

//chart x axis

this.Chart1.AxisX.LabelsFormat.Format =

SoftwareFX.ChartFX.AxisFormat.DateTime;

this.Chart1.AxisX.LabelsFormat.CustomFormat = "MMM-yyyy";

// //turn auto scale off Y axis

if (FundCode.ToString()== "CCE")

{

Chart1.AxisY.AutoScale = false;

this.Chart1.AxisY.Max = 300;

this.Chart1.AxisY.Min = -200;

this.Chart1.AxisY.Step = 50;

}

// Assign the contents of the ResultSet to the Chart

this.Chart1.DataSource = dsAtt2.Tables[0];

this.Chart1.GetHtmlTag(800, 500, "SVG");

Chart1.RecalcScale();

}

--------------------end of code----------------------------------------

Binary file to follow....

Thanks

Elvina

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

news:mpTU2PhUDHA.1484@WEBSERVER1...

> Very strange. I've never seen this happen before, your X-Axis seems to be

> completely detached from the chart itself.

>

> I apologize for going back an forth and not giving you a straight solution

> but unfortunately I have to admit I don't know why you are getting this !

> Please bear with me.

>

> This is what I need I order for me to understand what's going on I need

the

> following:

>

> 1) A binary file of this chart. You can obtain this by calling the Export

> method.

>

> 2) The code that sets-up this chart, you may exclude the data itself.

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

Here is the binary file...

Thanks for helping...

Elvina

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

news:mpTU2PhUDHA.1484@WEBSERVER1...

> Very strange. I've never seen this happen before, your X-Axis seems to be

> completely detached from the chart itself.

>

> I apologize for going back an forth and not giving you a straight solution

> but unfortunately I have to admit I don't know why you are getting this !

> Please bear with me.

>

> This is what I need I order for me to understand what's going on I need

the

> following:

>

> 1) A binary file of this chart. You can obtain this by calling the Export

> method.

>

> 2) The code that sets-up this chart, you may exclude the data itself.

>

> --

> FP

> Software FX, Inc.

>

>

barchart.bmp

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...