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; }
 
Public Property CategoryData As String
	Get
	Set
 
public:
property String^ CategoryData {
	String^ get ();
	void set (String^ value);
}
 
member CategoryData : string with 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