MarkerOptionEntity

data class MarkerOptionEntity(val type: String, val shape: String, val size: String, val label: String, val position: String) : Parcelable

Optional settings for main series marker. When multiple conditions match, markerOptions from the first matching condition are applied.

Constructors

Link copied to clipboard
constructor(type: String, shape: String, size: String, label: String, position: String)

Properties

Link copied to clipboard
val label: String

Optional string to display in the marker."

Link copied to clipboard
val position: String
Link copied to clipboard
val shape: String

of the signal marker on the chart. The shape of the marker on the study will always be "circle". If omitted, "circle" assumed.".

Link copied to clipboard
val size: String
Link copied to clipboard
val type: String

Functions

Link copied to clipboard