Jump to content
Software FX Community

3D Horizontal Bar graph questions


User (Legacy)

Recommended Posts

We are using the Demo version to evaluate the product. We are using IIS 5

and the server component with ASP pages. I have a couple of questions about

what ChartFX can do.

1) Is there a way to bold certain AXIS_X labels? With a horizontal 3D bar

chart, we want to be able to display 5 bars, skip a space, and then display

another 5 bars. That works using CHART_HIDDEN, but we want to be able to

have the AXIS_X label that is displayed in the empty space be bold. This is

to break up the bars into categories. I know that you can change all the

labels using the Chart1.Axis(AXIS_X).FontMask property but I just want to

change certain labels. Is this possible?

2) When adding data into the horizontal 3D bar chart, I want to add the data

from top to bottom. Right now, the first value I put in goes to the bottom

and everything else stacks up from there. How can I add data to the chart

and have it start from the top and go down?

Thanks,

Chris

Link to comment
Share on other sites

1) Changing label attributes in a per-label fashion is not supported at this

time. The only workaround would be to use Annotation Objects to create an

annotation object displayed at the exact position you need.

2) Changing this data orientation is not supported, you will have to pass

the data in "reversed" order.

--

Regards,

JC

SoftwareFX

"Chris Strobel" <cstrobel@b2btech.com> wrote in message

news:fYglcbgQBHA.1444@webserver1.softwarefx.com...

> We are using the Demo version to evaluate the product. We are using IIS 5

> and the server component with ASP pages. I have a couple of questions

about

> what ChartFX can do.

>

> 1) Is there a way to bold certain AXIS_X labels? With a horizontal 3D bar

> chart, we want to be able to display 5 bars, skip a space, and then

display

> another 5 bars. That works using CHART_HIDDEN, but we want to be able to

> have the AXIS_X label that is displayed in the empty space be bold. This

is

> to break up the bars into categories. I know that you can change all the

> labels using the Chart1.Axis(AXIS_X).FontMask property but I just want to

> change certain labels. Is this possible?

>

> 2) When adding data into the horizontal 3D bar chart, I want to add the

data

> from top to bottom. Right now, the first value I put in goes to the bottom

> and everything else stacks up from there. How can I add data to the chart

> and have it start from the top and go down?

>

> Thanks,

> Chris

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...