Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IChartDropBar SecondDropBar { get; }
Public ReadOnly Property SecondDropBar As IChartDropBar
	Get
public:
virtual property IChartDropBar^ SecondDropBar {
	IChartDropBar^ get () sealed;
}
abstract SecondDropBar : IChartDropBar with get
override SecondDropBar : IChartDropBar with get

Property Value

IChartDropBar

Implements

IChartFormat..::..SecondDropBar

See Also