Adds a data label to the chart canvas.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected internal void AddDataLabel(
int index,
Point currentPoint,
Point nextPoint,
Brush brush
) |
| Visual Basic |
|---|
Protected Friend Sub AddDataLabel ( _
index As Integer, _
currentPoint As Point, _
nextPoint As Point, _
brush As Brush _
) |
| Visual C++ |
|---|
protected public:
void AddDataLabel(
int index,
Point currentPoint,
Point nextPoint,
Brush^ brush
) |
See Also