FsChartIndexCategory
A set of charts belonging to one category, part of an FsChartIndex.
Syntax
struct FsChartIndexCategory
{
const char* name;
FsChartMetadata* charts;
int numCharts;
};
Members
| Member | Description |
|---|---|
name |
The human-readable name of the category. |
charts |
The array of charts present in the category. |
numCharts |
The number of charts present in this category. |
Remarks
N/A
Related Topics