XlsChartFormat
SecondDropBar Property
|
Returns object that represents second drop bar.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
IChartDropBar
Implements
IChartFormat
SecondDropBar
See Also