Template Legend Options
data class TemplateLegendOptions(val height: String? = null, val position: TemplateLegendPosition? = null, val title: TemplateLabelOptions? = null, val visibility: TemplateVisibility? = null, val width: String? = null)
Constructors
Link copied to clipboard
constructor(height: String? = null, position: TemplateLegendPosition? = null, title: TemplateLabelOptions? = null, visibility: TemplateVisibility? = null, width: String? = null)