IChartOptions.CompareTo Method
Orders the chart options depending on their z-order.
Syntax
Unit: FlexCel.Core
function IChartOptions.CompareTo(obj: IChartOptions): Integer; overload; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
|
obj |
IChartOptions |
Object to compare to. |
Returns
-1, 0 or 1 depending if the series has a bigger z-order than obj.
See also