ChartFormat
SecondDropBar Property
|
Returns object that represents second drop bar.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartDropBar SecondDropBar { get; }
Public ReadOnly Property SecondDropBar As ChartDropBar
Get
public:
property ChartDropBar^ SecondDropBar {
ChartDropBar^ get ();
}
member SecondDropBar : ChartDropBar with get
Property Value
Type:
ChartDropBar
See Also