GroupedBarChart.cpp | |
Functions | |
CompareLessGroupedBarChart | Global ‘less’ compare function for data entries by their values. |
CompareGreaterGroupedBarChart | Global ‘greater’ compare function for data entries by their values. |
bool CompareLessGroupedBarChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘less’ compare function for data entries by their values.
pFirstEntry | The first data entry to be compared. |
pSecondEntry | The second data entry to be compared. |
A boolean value indicating if the first entry’s value is smaller than the second entry’s.
bool CompareGreaterGroupedBarChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘greater’ compare function for data entries by their values.
pFirstEntry | The first data entry to be compared. |
pSecondEntry | The second data entry to be compared. |
A boolean value indicating if the first entry’s value is greater than the second entry’s.
Global ‘less’ compare function for data entries by their values.
bool CompareLessGroupedBarChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘greater’ compare function for data entries by their values.
bool CompareGreaterGroupedBarChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )