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 TopFormatType BarTopType { get; set; }
Public Property BarTopType As TopFormatType
	Get
	Set
public:
virtual property TopFormatType BarTopType {
	TopFormatType get () sealed;
	void set (TopFormatType value) sealed;
}
abstract BarTopType : TopFormatType with get, set
override BarTopType : TopFormatType with get, set

Property Value

TopFormatType

Implements

IChartSerieDataFormat..::..BarTopType

See Also