User (Legacy) Posted January 20, 2003 Report Posted January 20, 2003 Hi All, I need to display only values as point labels in Pie Chart. I used CT_PIEVALUES in TypeMask property of serie but it displays both value and percentage in the pie chart instead of displaying only value as ChartFX API says CT_PIEVALUES 0x08000000 Show values instead of percentages in Pie, Doughnut and Pyramid charts. What is the way to have only values as point labels? Thanks, Piyush Gupta.
Software FX Posted January 20, 2003 Report Posted January 20, 2003 Yes. Use the PointLabelMask property to customize what appears on the Point labels, %v in this string mask represents the value. -- FP Software FX, Inc.
Software FX Posted January 20, 2003 Report Posted January 20, 2003 Note: This is only available in Chart FX 6. (for .NET), in older Chart FX versions you can only do this by capturing the GetPointLabel event. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.