Dashboard Line Chart Line Style Settings
data class DashboardLineChartLineStyleSettings(val lineInterpolation: DashboardLineInterpolation? = null, val lineStyle: DashboardLineChartLineStyle? = null, val lineVisibility: DashboardVisibility? = null, val lineWidth: String? = null)
Constructors
Link copied to clipboard
constructor(lineInterpolation: DashboardLineInterpolation? = null, lineStyle: DashboardLineChartLineStyle? = null, lineVisibility: DashboardVisibility? = null, lineWidth: String? = null)