CreateAxisControl

IAxisControl IController.CreateAxisControl(string name, ITemplate template)

Creates an axis control with the specified name, using the specified template.

Parameters
  • name – Name of the axis control.

  • template – Template used to create the axis control.

Returns

IAxisControl – Created axis control.

Throws