ChartCategoryCollection
CategoryLabels Property
|
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public CellRanges CategoryLabels { get; set; }
Public Property CategoryLabels As CellRanges
Get
Set
public:
property CellRanges^ CategoryLabels {
CellRanges^ get ();
void set (CellRanges^ value);
}
member CategoryLabels : CellRanges with get, set
Property Value
Type:
CellRanges
See Also