[]
Represents data series with X, Y, High and Low values.
public class HighLowSeries : XYDataSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
The HighLowSeries class has four sets of data values (x-coordinates, y-coordinates, high values, low values).
Name | Description |
---|---|
HighLowSeries() | Initialize a new instance of the C1.Silverlight.Chart.HighLowSeries class. |
Name | Description |
---|---|
HighValuesSourceProperty | Identifies the HighValuesSource dependency property. |
LowValuesSourceProperty | Identifies the LowValuesSource dependency property. |
alHi | Temporary list for high data values. |
alLo | Temporary list for low data values. |
Name | Description |
---|---|
HighValueBinding | Gets or sets binding for high data values. |
HighValues | Gets or set the high data values collection. |
HighValuesSource | Gets or sets the source for high data values. |
LowValueBinding | Gets or sets binding for low data values. |
LowValues | Gets or set the high data values collection. |
LowValuesSource | Gets or sets the source for low data values. |
MemberPaths | Gets the array of member bindings for the series. |