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.v24.1.dll
NuGet Package: DevExpress.Charts
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. |
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SetFinancialDataMembers(String, String, String, String, String) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.