Adds a data label to the chart canvas.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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