DefaultDistance Constant
In This Article
Defines the default offset (as a percentage of the series radius) of a separately displayed slice from the center of a Pie or Doughnut series.
#Declaration
Delphi
const DefaultDistance: Single = 10;
#Returns
Type | Description |
---|---|
Single | The default offset (as a percentage of the series radius) of a separately displayed slice from the center of a Pie or Doughnut series. |
#Remarks
The DefaultDistance
typed constant defines the default value of the Distance property.
See Also