Table of Contents

Class ChartFormat

Namespace
Spire.Xls.Charts
Assembly
Spire.XLS.dll
public class ChartFormat : XlsChartFormat, IExcelApplication, IDisposable, IChartFormat, ICloneParent
Inheritance
ChartFormat
Implements
Inherited Members

Properties

DataFormatOrNull

Returns dataformat or null; Read-only.

public ChartSerieDataFormat DataFormatOrNull { get; }

Property Value

ChartSerieDataFormat

FirstDropBar

Gets first drop bar.

public ChartDropBar FirstDropBar { get; }

Property Value

ChartDropBar

PieSeriesLine

Represents series line properties. ( For pie of pie or pie of bar chart types only. ) Read only.

public ChartBorder PieSeriesLine { get; }

Property Value

ChartBorder

SecondDropBar

Returns object that represents second drop bar.

public ChartDropBar SecondDropBar { get; }

Property Value

ChartDropBar