TemplateLineChartDefaultSeriesSettings

data class TemplateLineChartDefaultSeriesSettings(val axisBinding: TemplateAxisBinding? = null, val lineStyleSettings: TemplateLineChartLineStyleSettings? = null, val markerStyleSettings: TemplateLineChartMarkerStyleSettings? = null)

Constructors

Link copied to clipboard
constructor(axisBinding: TemplateAxisBinding? = null, lineStyleSettings: TemplateLineChartLineStyleSettings? = null, markerStyleSettings: TemplateLineChartMarkerStyleSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The axis to which you are binding all line series to.

Link copied to clipboard

Line styles options for all line series in the visual.

Link copied to clipboard

Marker styles options for all line series in the visual.