AxisLabelBase Constructor (String) |
Create new instance of AxisLabelHidden
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic AxisLabelBase(
string text
)
Public Sub New (
text As String
)
public:
AxisLabelBase(
String^ text
)
new :
text : string -> AxisLabelBase
Parameters
- text
- Type: SystemString
Text of label
See Also