ComponentOne Chart for .NET (2.0) Search HelpCentral 

Hi-Low-Open-Close Chart

The chart below demonstrates a Hi-Lo-Open-Close Chart.

HiLoOpenClose charts are similar to HiLo charts except that they combine four independent values to supply high, low, open and close data for a point in a series. To create this chart type, set the following properties:

ChartType

Controls the style of the chart. Set this property to HiLoOpenClose to create a standard line chart.

LegendReversed

Determines the order in which the series entries of each ChartGroup appear in the legend. By setting this to False, the legend will be ordered by the default. If it is set to True, the order of the legend items will be reversed. In this sample, the LegendReversed property is set to False, however the Visible property is also set to False which means it will not be displayed at this time.

ShowOutline

Determines whether figures drawn should be outlined in the PlotArea ForeColor. In this case, we set this property equal to True.

Stacked

Determines whether the chart should stack the data. Set the Stacked property to False.

Use3D

Determines whether 3D effects are used for charting the data in the ChartGroup. In this example, this property will be set to False.

Visible

Determines whether the ChartGroup is visible. Set this property to True so that the chart data will be displayed in the plot area of the chart.

In addition to these properties, the HiLoData property settings will need to be set to the following:

FillFalling

Determines whether filled candles represent falling values (True) or rising values (False). Set this property equal to True in this example.

FillTransparent

Determines whether open candles are transparent (True) or filled with the series symbol color (False). Set this property equal to True in this example.

FullWidth

Gets or sets whether the opening and closing values of a Hi-Lo-Open-Close chart are represented by a horizontal line on both sides of the Hi-Lo bar. Set this property equal to False in this example.

ShowClose

Determines whether the closing value is shown in a Hi-Lo-Open-Close chart. In this example, set this property equal to True.

ShowOpen

Determines whether the opening value is shown in a Hi-Lo-Open-Close chart. Set this property equal to True for this example.

For more information, see HiLoOpenClose Charts.


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