Returns the width of an abitrary data label holding the given data.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
protected internal double GetWidth( Object data ) |
Visual Basic |
---|
Protected Friend Function GetWidth ( _ data As Object _ ) As Double |
Visual C++ |
---|
protected public: double GetWidth( Object^ data ) |
Parameters
- data
- Type: System..::..Object
The data that the data label will hold.