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 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

BaseFormatType

Implements

IChartSerieDataFormat..::..BarType

See Also