Table of Contents

TChartOptions.CompareTo Method

Orders the chart options depending on their z-order.

Syntax

Namespace: FlexCel.Core

public Int32 CompareTo(TChartOptions obj)

Parameters

<-> Parameter Type Description
obj TChartOptions Object to compare to.

Returns

-1, 0 or 1 depending if the series has a bigger z-order than obj.

See also