Jump to content
Software FX Community

PieChart ToolTip


User (Legacy)

Recommended Posts

I setup my piechart as follows:

ChartPie.DataType[0]=SoftwareFX.ChartFX.DataType.Label;

ChartPie.DataType[1]=SoftwareFX.ChartFX.DataType.Value;

ChartPie.DataType[2]=SoftwareFX.ChartFX.DataType.NotUsed;

ChartPie.DataType[3]=SoftwareFX.ChartFX.DataType.NotUsed;

ChartPie.DataType[4]=SoftwareFX.ChartFX.DataType.NotUsed;

I know I can use %p%% to print the percentage of the pie chart.

I have been unable to find a way to print the value of column zero. If I

don't specify I TipMask I get:

Line 1: FieldName of column 1

Line 2: Value of Column 0

Line 3: Value of Column 1 out of Total of Column 1

Line 4: Percentage

How do I specify a TipMask to display the value of Column 0?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...