XlsChartSerieDataFormat
BarType Property
|
Represents the base data format.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public BaseFormatType BarType { get; set; }
Public Property BarType As BaseFormatType
Get
Set
public:
virtual property BaseFormatType BarType {
BaseFormatType get () sealed;
void set (BaseFormatType value) sealed;
}
abstract BarType : BaseFormatType with get, set
override BarType : BaseFormatType with get, set
Property Value
Type:
BaseFormatType
Implements
IChartSerieDataFormat
BarType
See Also