Text for the DataPoint Label. Modifiers can be used in the text to get DataPoint specific Labels.
Format:
LabelText="abc"
|
Modifier |
Significance |
|
#XValue |
Returns XValue |
|
#YValue |
Returns YValue |
|
#ZValue |
Returns ZValue |
|
#Sum |
Returns sum of values in entire chart with same XValue. ( Useful for stacked ) |
|
#Percentage |
Returns the percentage value with respect to DataPoints in that series. |
|
#Series |
Returns the series name |
|
#AxisLabel |
Returns the axis label value if axis labels is present for that XValue. Otherwise returns XValue. |
This attribute applies to:
Example:
<vc:DataSeries LabelText="abc: #YValue" .../>