SeriesBase.SetGanttDataMembers(String, String, String) Method
Specifies data members whose values will be used to populate the argument value and weight of series points if series view is a Gantt view.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public void SetGanttDataMembers(
string argumentDataMember,
string value1DataMember,
string value2DataMember
)
Parameters
Name | Type | Description |
---|---|---|
argumentDataMember | String | The name of the data member whose values will be used as the argument of series points. |
value1DataMember | String | The name of the data member whose values will be used as the first value of series points. |
value2DataMember | String | The name of the data member whose values will be used as the second value of series points. |
See Also