public ValueList OffsetValues {get; set;}
Remarks
Set OffsetValues property to specify a different origin value for each bar point.
This can be used with standard Bar series components to make a "Stacked-3D" chart type.
Example
[C#]
bar3DSeries1.OffsetValues[2] =25;
See Also
Bar3D Class | Bar3D Members | Steema.TeeChart.Styles Namespace