Jump to content
Software FX Community

RE: Horizontal Bar Charts


Software FX

Recommended Posts

The following line of code will give you separators between the X axis labels 

Chart.Axis(AXIS_X).Style = Chart.Axis(AXIS_X).Style Or AS_CENTERED

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Alan Steinberg

Posted At: Tuesday, July 27, 1999 10:40 AM

Posted To: Server

Conversation: Horizontal Bar Charts

Subject: Horizontal Bar Charts

I have an existing horizontal bar chart that was developed using ChartFx v3

that I would like to reproduce using version 4. The difference lies in the

labeling on the left hand side of the chart. In version 3, the text was

centered and had a light seperator line between each label. In version 4,

the text is now right justified and I am unable to get the seperator line.

Personally I prefer the right justification but I was hoping that there is a

way to display those seperator lines. Do you have any suggestions?

I have enclosed two images to illustrate my issue.

Thanks,

Alan

Link to comment
Share on other sites

The following line of code will give you separators between the X axis labels 

Chart.Axis(AXIS_X).Style = Chart.Axis(AXIS_X).Style Or AS_CENTERED

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Alan Steinberg

Posted At: Tuesday, July 27, 1999 10:40 AM

Posted To: Server

Conversation: Horizontal Bar Charts

Subject: Horizontal Bar Charts

I have an existing horizontal bar chart that was developed using ChartFx v3

that I would like to reproduce using version 4. The difference lies in the

labeling on the left hand side of the chart. In version 3, the text was

centered and had a light seperator line between each label. In version 4,

the text is now right justified and I am unable to get the seperator line.

Personally I prefer the right justification but I was hoping that there is a

way to display those seperator lines. Do you have any suggestions?

I have enclosed two images to illustrate my issue.

Thanks,

Alan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...