Click or drag to resize

XlsChartFormat IsHorizontalBar Property

Note: This API is now obsolete.

True for horizontal bars (bar chart). False for vertical bars (column chart).

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("get and set are not implemented")]
public bool IsHorizontalBar { get; set; }

Property Value

Type: Boolean
See Also