[]
        
(Showing Draft Content)

C1.WPF.C1Chart.HighLowSeries

HighLowSeries Class

Represents data series with X, Y, High and Low values.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class HighLowSeries : XYDataSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Remarks

The HighLowSeries class has four sets of data values (x-coordinates, y-coordinates, high values, low values).

Constructors

Name Description
HighLowSeries()

Initialize a new instance of the C1.Silverlight.Chart.HighLowSeries class.

Fields

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.

Properties

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.