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