Class PropertyCategoryAxisY
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the Y category axis for chart types that support a secondary dimension grouping. Adds the Rows collection to the generic category axis features.
public class PropertyCategoryAxisY : PropertyCategoryAxis
- Inheritance
-
PropertyCategoryAxisY
- Inherited Members
Properties
Rows
Gets the collection of chart rows contributing to the Y category axis grouping.
[JsonInclude]
public CollectionChartRows Rows { get; }