pub struct Builder { /* private fields */ }
Expand description
A builder for TableInlineVisualization
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_bars(self, input: DataBarsOptions) -> Self
pub fn data_bars(self, input: DataBarsOptions) -> Self
The configuration of the inline visualization of the data bars within a chart.
sourcepub fn set_data_bars(self, input: Option<DataBarsOptions>) -> Self
pub fn set_data_bars(self, input: Option<DataBarsOptions>) -> Self
The configuration of the inline visualization of the data bars within a chart.
sourcepub fn build(self) -> TableInlineVisualization
pub fn build(self) -> TableInlineVisualization
Consumes the builder and constructs a TableInlineVisualization
.