XlsChartSerieDataFormat
BarTopType Property
|
Represents the top 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 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
Type:
TopFormatType
Implements
IChartSerieDataFormat
BarTopType
See Also