Click or drag to resize
ColumnChartXAxeName Property
Gets or sets the name of the categories series.

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public string XAxeName { get; set; }

Property Value

Type: String
The name of the categories series.

Implements

IColumnChartXAxeName
See Also