ComponentOne Chart 8.0 for ActiveX
Offset Property (SliceStyle)

 

Offset Property (SliceStyle)

The offset of the pie slice, measured from the center as a percentage of the radius.

Syntax

Property Offset As DerivedDouble (read-only)

Example

' Sets the offset for the first series to 10% of the pie’s radius

Chart2D1.ChartGroups(1).Styles(1).Slice.Offset = 10

' Sets the offset for the third point of the second series

' to 15% of the pie’s radius

Chart2D1.ChartGroups(1).PointStyles.Item(2,3).Slice.Offset = 15

See Also

DerivedDouble Object

SliceStyle Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback