TemplateLineChartSeriesSettings

data class TemplateLineChartSeriesSettings(val lineStyleSettings: TemplateLineChartLineStyleSettings? = null, val markerStyleSettings: TemplateLineChartMarkerStyleSettings? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Line styles options for a line series in LineChartVisual .

Link copied to clipboard

Marker styles options for a line series in LineChartVisual .