Interface IXLWaterfallSeriesElementVisibilities
- Namespace
- SlapKit.Excel.Excel.Charts.ExtendedSeriesFeatures
- Assembly
- SlapKit.Excel.dll
public interface IXLWaterfallSeriesElementVisibilities
- Extension Methods
Properties
ShowConnectorLines
Gets or sets whether to show the connector lines. Connector lines serve to link the end of each column to the start of the next in a chart, effectively illustrating the progression and flow of data from one element to the next. This visual feature enhances the chart's readability by clearly demonstrating the sequential relationship and transitions between data points.
bool ShowConnectorLines { get; set; }