Click or drag to resize

ChartSeries CategoryData Property

Gets or sets the category data for the chart's series.

Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string CategoryData { get; set; }

Property Value

Type: String
A string representing the category data.
Exceptions
Exception Condition
NotSupportedException Thrown when attempting to set an empty or null value.
See Also