Overview

Property name Description
Values contains the value items to plot the graph. Each item includes a Value property that you need to set. You can click the … for the property in the Object Inspector to manage the values, to add, reorder or delete values. You can also expand the property in the Structure window of Delphi IDE to inspect the values.
DistributionType sets the type of graph to show—dtDonut, dtPie, dtFunnel, dtHorizontalBar, or dtVerticalBar.
ValueType sets the value type to show on the graph—vtAbsolute or vtPercentage. The format of the value display is controlled by the properties ValueFormatAbsolute and ValueFormatPercentage respectively.
ValueFont sets the font to display the value text.
Header sets the header to display on the widget. It includes the sub properties Text, Font and Visible to show or hide the header
Footer sets the footer to display on the widget. It includes the sub properties Text, Font and Visible to show or hide the footer.

Go back to Properties