Interface IXLUpDownBars
- Namespace
- SlapKit.Excel.Excel.Charts.ChartShapeFeatures
- Assembly
- SlapKit.Excel.dll
public interface IXLUpDownBars
- Extension Methods
Properties
DownBorder
IXLDrawingLine DownBorder { get; set; }
Property Value
DownFill
IXLDrawingFill DownFill { get; set; }
Property Value
GapWidth
ushort GapWidth { get; set; }
Property Value
UpBorder
IXLDrawingLine UpBorder { get; set; }
Property Value
UpFill
IXLDrawingFill UpFill { get; set; }