Returns the enumerated value indicating the topmost displayed region at the specified coordinates.
Namespace:
C1.Web.C1WebChartAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
C# |
---|
public ChartRegionEnum ChartRegionFromCoord( int x, int y ) |
Visual Basic |
---|
Public Function ChartRegionFromCoord ( _ x As Integer, _ y As Integer _ ) As ChartRegionEnum |