ChartLabelBase Constructor (Object, IContainer, TextArea, LocatingStyle) |
Create new instance of ChartBaseLabel class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartLabelBase(
Object parent,
IContainer container,
TextArea textArea,
LocatingStyle appearance
)
Public Sub New (
parent As Object,
container As IContainer,
textArea As TextArea,
appearance As LocatingStyle
)
public:
ChartLabelBase(
Object^ parent,
IContainer^ container,
TextArea^ textArea,
LocatingStyle^ appearance
)
new :
parent : Object *
container : IContainer *
textArea : TextArea *
appearance : LocatingStyle -> ChartLabelBase
Parameters
- parent
- Type: SystemObject
Parent element - container
- Type: Kettic.AspNet.Controls.ChartModelIContainer
Container of the label - textArea
- Type: Kettic.AspNet.Controls.ChartModelTextArea
TextBlock - appearance
- Type: Kettic.AspNet.Controls.ChartModel.StylesLocatingStyle
Style of label
See Also