Jump to content
Software FX Community

Different formating styles for series.


User (Legacy)

Recommended Posts

Hello,

How could I get the different formatting styles ( in DataEditorObj ) for different Series. I would like to have two series in DataEditorObj , first would have currency formatting ( $ ) , second - percentage sign ( % ). Cause, for example, if I apply currency formatting style for labels on axisY, automatically I get all series in DataEditorObj formatted by currency. Is here the only solution to have secondary Yaxis ? and then having one series per one Yaxis which has it's own formatting ?

Thank You for any help or good ideas :)

Linas Jankauskas

Link to comment
Share on other sites

Thank You for quick response !

Regards

Linas Jankauskas

"SoftwareFX Support" <support@softwarefx.com> wrote in message news:sZQWJylXCHA.3140@webserver1.softwarefx.com...

You will need to assign each series to a different Y-Axis, the formatting is controlled by the axis object. To assign a series to another axis, simply set:

chart1.Series[x].YAxis = <axis index>

To set-up the extra axis:

chart1.Axis[<axis index>].<Property> = <value>;

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...