User (Legacy) Posted February 1, 2002 Author Report Share Posted February 1, 2002 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 More sharing options...
User (Legacy) Posted February 1, 2002 Report Share Posted February 1, 2002 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 More sharing options...
Software FX Posted February 1, 2002 Report Share Posted February 1, 2002 Good observation. In Chart FX for .NET (full version) we added a property called CustomFormat to allow for custom formats. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Software FX Posted February 1, 2002 Report Share Posted February 1, 2002 Good observation. In Chart FX for .NET (full version) we added a property called CustomFormat to allow for custom formats. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.