API Reference
Namespaces
Classes
Events
Global
Externals

Class: ellipse

CIQ.Drawing. ellipse


new ellipse()

Ellipse drawing tool.

It inherits its properties from CIQ.Drawing.BaseTwoPoint.

Methods


reconstruct(stx [, obj])

Reconstruct an ellipse

Parameters:
Name Type Argument Description
stx CIQ.ChartEngine

The chart object

obj object <optional>

A drawing descriptor

Properties
Name Type Argument Description
col string <optional>

The border color

fc string <optional>

The fill color

pnl string <optional>

The panel name

ptrn string <optional>

Optional pattern for line "solid","dotted","dashed". Defaults to solid.

lw number <optional>

Optional line width. Defaults to 1.

v0 number <optional>

Value (price) for the center point

v1 number <optional>

Value (price) for the outside point

d0 number <optional>

Date (string form) for the center point

d1 number <optional>

Date (string form) for the outside point

tzo0 number <optional>

Offset of UTC from d0 in minutes

tzo1 number <optional>

Offset of UTC from d1 in minutes

fld string <optional>

Field which drawing is associated with

prm number <optional>

Whether the drawing is permanent

hdn number <optional>

Whether the drawing is hidden

Since:
  • 9.0.0 Added prm and hdn property to obj parameter.