Table of Contents

Interface IXLComboChartAxis

Namespace
SlapKit.Excel.Excel.Charts.ChartTypes
Assembly
SlapKit.Excel.dll
public interface IXLComboChartAxis : ISupportAxisProperties
Inherited Members
Extension Methods

Properties

AreaChartShape

IXLAreaChartShape? AreaChartShape { get; }

Property Value

IXLAreaChartShape

BarChartShape

IXLBarChartShape? BarChartShape { get; }

Property Value

IXLBarChartShape

DoughnutChartShape

IXLDoughnutChartShape? DoughnutChartShape { get; }

Property Value

IXLDoughnutChartShape

LineChartShape

IXLLineChartShape? LineChartShape { get; }

Property Value

IXLLineChartShape

OfPieChartShape

IXLOfPieChartShape? OfPieChartShape { get; }

Property Value

IXLOfPieChartShape

PieChartShape

IXLPieChartShape? PieChartShape { get; }

Property Value

IXLPieChartShape

RadarChartShape

IXLRadarChartShape? RadarChartShape { get; }

Property Value

IXLRadarChartShape

ScatterChartShape

IXLScatterChartShape? ScatterChartShape { get; }

Property Value

IXLScatterChartShape

Methods

CreateAreaChartShape(XLChartGrouping)

IXLAreaChartShape CreateAreaChartShape(XLChartGrouping grouping = XLChartGrouping.Standard)

Parameters

grouping XLChartGrouping

Returns

IXLAreaChartShape

CreateBarChartShape(XLChartBarDirection, XLChartBarGrouping)

IXLBarChartShape CreateBarChartShape(XLChartBarDirection direction = XLChartBarDirection.Column, XLChartBarGrouping grouping = XLChartBarGrouping.Standard)

Parameters

direction XLChartBarDirection
grouping XLChartBarGrouping

Returns

IXLBarChartShape

CreateDoughnutChartShape()

IXLDoughnutChartShape CreateDoughnutChartShape()

Returns

IXLDoughnutChartShape

CreateLineChartShape(XLChartGrouping)

IXLLineChartShape CreateLineChartShape(XLChartGrouping grouping = XLChartGrouping.Standard)

Parameters

grouping XLChartGrouping

Returns

IXLLineChartShape

CreateOfPieChartShape(XLOfPieType)

IXLOfPieChartShape CreateOfPieChartShape(XLOfPieType ofPieType = XLOfPieType.Pie)

Parameters

ofPieType XLOfPieType

Returns

IXLOfPieChartShape

CreatePieChartShape()

IXLPieChartShape CreatePieChartShape()

Returns

IXLPieChartShape

CreateRadarChartShape(XLChartRadarStyle)

IXLRadarChartShape CreateRadarChartShape(XLChartRadarStyle radarStyle = XLChartRadarStyle.Standard)

Parameters

radarStyle XLChartRadarStyle

Returns

IXLRadarChartShape

CreateScatterChartShape()

IXLScatterChartShape CreateScatterChartShape()

Returns

IXLScatterChartShape