Template Line Chart Marker Style Settings
data class TemplateLineChartMarkerStyleSettings(val markerColor: String? = null, val markerShape: TemplateLineChartMarkerShape? = null, val markerSize: String? = null, val markerVisibility: TemplateVisibility? = null)
Constructors
Link copied to clipboard
fun TemplateLineChartMarkerStyleSettings(markerColor: String? = null, markerShape: TemplateLineChartMarkerShape? = null, markerSize: String? = null, markerVisibility: TemplateVisibility? = null)