Interface ISupportGapWidth
- Namespace
- SlapKit.Excel.Excel.Charts.ChartShapeFeatures
- Assembly
- SlapKit.Excel.dll
public interface ISupportGapWidth
- Extension Methods
Properties
GapWidth
Gets or sets the spacing between clusters of bars or columns in a chart. It's defined as a percentage of the individual bar or column width, giving you control over the visual separation between data groups.
ushort GapWidth { get; set; }