[]
Represents data series with x, y, high, low, open, close data arrays.
public class HighLowOpenCloseSeries : HighLowSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
HighLowOpenCloseSeries class is typically used for financial data. It has six sets of data value (x-coordinates, y-coordinates, high values, low values, open values, close values).
| Name | Description |
|---|---|
| HighLowOpenCloseSeries() | Initializes an instance of the C1.Silverlight.Chart.HighLowOpenCloseSeries class. |
| Name | Description |
|---|---|
| CloseValuesSourceProperty | Identifies the CloseValuesSource dependency property. |
| OpenValuesSourceProperty | Identifies the OpenValuesSource dependency property. |
| alCl | Temporary list for close data values. |
| alOp | Temporary list for open data values. |
| Name | Description |
|---|---|
| CloseValueBinding | Gets or sets binding for close data values. |
| CloseValues | Gets or set the close data values collection. |
| CloseValuesSource | Gets or sets the source for close data values. |
| MemberPaths | Gets the array of member bindings for the series. |
| OpenValueBinding | Gets or sets binding for open data values. |
| OpenValues | Gets or set the open data values collection. |
| OpenValuesSource | Gets or sets the source for open data values. |