XlsChartFormat
FirstDropBar Property
|
Returns object that represents first 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 FirstDropBar { get; }
Public ReadOnly Property FirstDropBar As IChartDropBar
Get
public:
virtual property IChartDropBar^ FirstDropBar {
IChartDropBar^ get () sealed;
}
abstract FirstDropBar : IChartDropBar with get
override FirstDropBar : IChartDropBar with get
Property Value
Type:
IChartDropBar
Implements
IChartFormat
FirstDropBar
See Also