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