Struct tui_realm_stdlib::SparklinePropsBuilder [−][src]
pub struct SparklinePropsBuilder { /* fields omitted */ }Implementations
with_foreground
Set foreground color for component
with_background
Set background color for component
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
with_borders
Set component borders style
with_title
Set title
with_max_entries
Define maximum amount of entries to be displayed
push_record_back
Just pushes a record to the back of the data
push_record_front
Just pushes a record to the front of the data
pop_record_back
Pop first record on the back of the data list
pop_record_front
Pop first record on the front of the data list