Skip to main content
A newer version of this page is available. .

SeriesBase.SetFinancialDataMembers(String, String, String, String, String) Method

Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a financial view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void SetFinancialDataMembers(
    string argumentDataMember,
    string lowDataMember,
    string highDataMember,
    string openDataMember,
    string closeDataMember
)

Parameters

Name Type Description
argumentDataMember String

The name of the data member whose values will be used as the argument of the series points.

lowDataMember String

The name of the data member whose values will be used as the low value of series points.

highDataMember String

The name of the data member whose values will be used as the high value of series points.

openDataMember String

The name of the data member whose values will be used as the open value of series points.

closeDataMember String

The name of the data member whose values will be used as the close value of series points.

See Also