PercentageFormatString can be used to set the formatting for percentage value that appears in DataPoint labels and Legend entries. In other words, this property applies formatting to the DataPoint label and tooltip if "#Percentage" is set as modifier in LabelText and ToolTipText properties respectively, and also applies formatting for Legend entries if IncludePercentageInLegend property is set to True in DataSeries.
Type: String
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.Series>
<vc:DataSeries PercentageFormatString="#0.00">
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting PercentageFormatString property to "#0.00" in DataSeries.

Related Links:
For more info, refer to Custom Numeric Format Strings.