series.targetObject

The target of the bullet chart.

series.target.lineObject

The target line.

series.target.line.widthObject|Function

The width of the line.

series.target.colorString|Function

The target color.

series.target.borderObject|Function

The border of the target.

series.target.border.colorString|Function(default: "black")

The color of the border.

series.target.border.dashTypeString|Function(default: "solid")

The dash type of the border.

"solid"

Specifies a solid line.

"dot"

Specifies a line consisting of dots.

"dash"

Specifies a line consisting of dashes.

"longDash"

Specifies a line consisting of a repeating pattern of long-dash.

"dashDot"

Specifies a line consisting of a repeating pattern of dash-dot.

"longDashDot"

Specifies a line consisting of a repeating pattern of long-dash-dot.

"longDashDotDot"

Specifies a line consisting of a repeating pattern of long-dash-dot-dot.

series.target.border.widthNumber|Function(default: 0)

The width of the border.