Returns the width of a data label for the given data value.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected double GetWidth( Object data ) |
| Visual Basic |
|---|
Protected Function GetWidth ( _ data As Object _ ) As Double |
| Visual C++ |
|---|
protected: double GetWidth( Object^ data ) |
Parameters
- data
- Type: System..::..Object
The data value.