MobileForms Toolkit Documentation

CandleStickChart.GetDisplayText Method 

Gets a String corresponding to a specified region.

public override string GetDisplayText(
int x,
int y
);

Parameters

x
X-coordinate of the region.
y
Y-coordinate of the region.

Return Value

String which contains a string of characters corresponding to a specified region.

See Also

CandleStickChart Class | Resco.Controls.CompactChart Namespace