AnalysisLineChartMarkerStyleSettings

data class AnalysisLineChartMarkerStyleSettings(val markerColor: String? = null, val markerShape: AnalysisLineChartMarkerShape? = null, val markerSize: String? = null, val markerVisibility: AnalysisVisibility? = null)

Constructors

Link copied to clipboard
constructor(markerColor: String? = null, markerShape: AnalysisLineChartMarkerShape? = null, markerSize: String? = null, markerVisibility: AnalysisVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val markerColor: String? = null

Color of marker in the series.

Link copied to clipboard

Shape option for markers in the series.

Link copied to clipboard
val markerSize: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard

Configuration option that determines whether to show the markers in the series.