Jump to content
Software FX Community

Chart.AxisY.Format


User (Legacy)

Recommended Posts

In your next release, consider making the 'Chart.AxisY.Format' property

a 'String' instead of an enumeration. That way, we could customize the way

the Y-axis labels are formatted. For example, the developer could set the

property to "{0} k" to denote that the values are expressed in thousands.

Right now, I'm trying to create a pie chart, and I want the values to

display as percents (i.e. "35%"), but the AxisFormat enumeration doesn't

seem to allow for this.

On the whole, I'd say that this is a fantastic component. Nice work.

David

Link to comment
Share on other sites

In your next release, consider making the 'Chart.AxisY.Format' property

a 'String' instead of an enumeration. That way, we could customize the way

the Y-axis labels are formatted. For example, the developer could set the

property to "{0} k" to denote that the values are expressed in thousands.

Right now, I'm trying to create a pie chart, and I want the values to

display as percents (i.e. "35%"), but the AxisFormat enumeration doesn't

seem to allow for this.

On the whole, I'd say that this is a fantastic component. Nice work.

David

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...