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