Hide Comments
Hide Comments

Comments (0)

Specifies the field name whose value is used for the  Caption property of the data-aware chart values. Use DataFieldCaption to bind each data-aware chart value to a field object in the dataset. To fully specify a database field, both the dataset and the field within the dataset must be defined. The DataSource property of the chart specifies the dataset that contains the data field.

Use the other DataFieldXXX properties to specify the field names for other properties of the chart value (e.g., DataFieldX specifies the field for the X property of the value). For chart value properties that don't have a corresponding DataFieldXXX property, you can use the    OnGetChartValue event to change their values.
 

Namespace: RSDBCharts

expandingSyntax

Delphi

published
  property DataFieldCaption: WideString index 2 read GetDataField write SetDataField;
 

Property Value

Type: WideString

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb