Creates ChartLabel object with specified text and location using default values for other properties
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ChartLabel( string text, Unit left, Unit top ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ text As String, _ left As Unit, _ top As Unit _ ) |
| Visual C++ |
|---|
public: ChartLabel( String^ text, Unit left, Unit top ) |
Parameters
- text
- Type: System..::.String
Label text
- left
- Type: System.Web.UI.WebControls..::.Unit
Label X coordinate
- top
- Type: System.Web.UI.WebControls..::.Unit
Label Y coordinate