Offset Property (FlexColumnSeries)

Action

Gets how far to offset the center of the columns from the center of the available space, relative to the category width.

At the value of default 0, the columns are centered on the space. Set to -50 to center the column at the beginning of the available space. You typically do not set this property directly. The ColumnChart control manages this value based on its columnWidthRatio property.

Syntax

C#
protected Double offset { get; }
VB
'Declaration
Protected Read Property offset As Double

Access

Read only.