XY Chart NET 3 Control Reference > Properties > ProfileOHLCCoordinates Property |
Use this property to obtain the open, high, low and close coordinates of a specific Candle profile at a given x-axis value.
[Visual Basic] ReadOnly Property ProfileOHLCCoordinates(ProfileNumber As Integer, XAxisValue As Double) As String() |
[C#] string[] XYChartNETCtl.get_ProfileOHLCCoordinates(int ProfileNumber, double XAxisValue) |
[C++] property cli::array<System::String^, 1> ^XYChartNet::XYChartNETCtl::ProfileOHLCCoordinates[int, double] |