ChartLabel Constructor (Object, IContainer, LabelStyle, TextArea, String) |
Create new instance of ChartLabel class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartLabel(
Object parent,
IContainer container,
LabelStyle appearance,
TextArea textArea,
string text
)
Public Sub New (
parent As Object,
container As IContainer,
appearance As LabelStyle,
textArea As TextArea,
text As String
)
public:
ChartLabel(
Object^ parent,
IContainer^ container,
LabelStyle^ appearance,
TextArea^ textArea,
String^ text
)
new :
parent : Object *
container : IContainer *
appearance : LabelStyle *
textArea : TextArea *
text : string -> ChartLabel
Parameters
- parent
- Type: SystemObject
Parent element - container
- Type: Kettic.AspNet.Controls.ChartModelIContainer
Container element - appearance
- Type: Kettic.AspNet.Controls.ChartModel.StylesLabelStyle
Style of chart - textArea
- Type: Kettic.AspNet.Controls.ChartModelTextArea
TextBlock of label - text
- Type: SystemString
Text of label
See Also