Dashboard Line Chart Marker Style Settings
data class DashboardLineChartMarkerStyleSettings(val markerColor: String? = null, val markerShape: DashboardLineChartMarkerShape? = null, val markerSize: String? = null, val markerVisibility: DashboardVisibility? = null)
Constructors
Link copied to clipboard
fun DashboardLineChartMarkerStyleSettings(markerColor: String? = null, markerShape: DashboardLineChartMarkerShape? = null, markerSize: String? = null, markerVisibility: DashboardVisibility? = null)