Open this page in the API Guide

DataLabelStyle Constructor

Initializes the text style. Called during construction.
 

Parameters

container

Type: HTMLElement
The new container for this control.
Optional: True

Examples

The following example initializes a new instance of a DataLabelStyle object:

1
var newObject = new dundas.controls.DataLabelStyle();