SparklineGroup

SparklineGroup

Overview

SparklineGroup is a struct in Aspose.Cells FOSS for Rust.

A sparkline group contains sparkline items that share type and settings.

This struct provides 10 methods for working with SparklineGroup objects in Rust programs. Available methods include: data_range, get_data_range, get_location_range, get_sparkline_type, location_range, remove, set_data_range, set_location_range, set_sparkline_type, sparkline_type. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
sparkline_type()SparklineTypeGets the sparkline type.
get_sparkline_type()SparklineTypeGets the sparkline type.
set_sparkline_type(value: SparklineType)Sets the sparkline type.
data_range()&strGets the data range for the sparkline group.
get_data_range()&strGets the data range for the sparkline group.
set_data_range(value: impl Into<String>)Result<(), CellsError>Sets the data range for the sparkline group.
location_range()&strGets the location range where sparkline cells are placed.
get_location_range()&strGets the location range where sparkline cells are placed.
set_location_range(value: impl Into<String>)Result<(), CellsError>Sets the location range where sparkline cells are placed.
remove()Removes this sparkline group from its owning worksheet.

See Also