ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1WebChart.ChartRegionFromCoord Method

Returns the enumerated value indicating the topmost displayed region at the specified coordinates.

[Visual Basic]

Public Function ChartRegionFromCoord( _

ByVal x As Integer, _

ByVal y As Integer _

) As ChartRegionEnum

[C#]

public ChartRegionEnum ChartRegionFromCoord(

int x,

int y

);

[Delphi]

public function ChartRegionFromCoord(

x: Int32;

y: Int32

): ChartRegionEnum;

Parameters

x

Client X coordinate.

y

Client Y coordinate.

Return Value

The enumerated value indicating the topmost displayed region at the specified coordinates.

See Also

C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.