In my xamChart, I have something like:
<igCA: DataPoint
ToolTip ="3"
Value="3"
Fill ="#FFD70005"
Label ="Italy" />
I don't want the value to be shown within the graph, but rather only in the tooltip. How do I NOT show the value?
nvm...I figured it out. From the sample, there is a Marker tag that displays the value: