buildBlock(_:)
Builds a result from a single component.
Declaration
static func buildBlock<C>(_ content: C) -> C where C : ChartContentParameters
- content:
The component.
Builds a result from a single component.
static func buildBlock<C>(_ content: C) -> C where C : ChartContentThe component.