ThemeConfiguration
public struct ThemeConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Color properties that apply to chart data colors.
Declaration
Swift
public let dataColorPalette: DataColorPalette?
-
Display options related to sheets.
Declaration
Swift
public let sheet: SheetStyle?
-
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
Declaration
Swift
public let uIColorPalette: UIColorPalette?
-
Undocumented
Declaration
Swift
public init(dataColorPalette: DataColorPalette? = nil, sheet: SheetStyle? = nil, uIColorPalette: UIColorPalette? = nil)
-
Declaration
Swift
public func validate(name: String) throws