StackedBarChart.cpp | |
Functions | |
CompareLessStackedBarChart | Global ‘less’ compare function for data entries by their values. |
CompareGreaterStackedBarChart | Global ‘greater’ compare function for data entries by their values. |
bool CompareLessStackedBarChart( 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 CompareGreaterStackedBarChart( 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 CompareLessStackedBarChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘greater’ compare function for data entries by their values.
bool CompareGreaterStackedBarChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )