Table of Contents

TAxisTickOptions.Create Constructor

Overloads

TAxisTickOptions.Create(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, TDrawingColor, NullableInt32)

Creates a new TAxisTickOptions instance.

Syntax

Unit: FlexCel.Core

constructor TAxisTickOptions.Create(const aMajorTickType: TTickType; const aMinorTickType: TTickType; const aLabelPosition: TAxisLabelPosition; const aBackgroundMode: TBackgroundMode; const aLabelColor: TDrawingColor; const aRotation: NullableInt32);

Parameters

<-> Parameter Type Description
const aMajorTickType TTickType See MajorTickType
const aMinorTickType TTickType See MinorTickType
const aLabelPosition TAxisLabelPosition See LabelPosition
const aBackgroundMode TBackgroundMode See BackgroundMode
const aLabelColor TDrawingColor See LabelColor
const aRotation NullableInt32 See Rotation

See also

TAxisTickOptions.Create(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, IShapeFill, TDrawingColor, NullableInt32)

Creates a new TAxisTickOptions instance.

Syntax

Unit: FlexCel.Core

constructor TAxisTickOptions.Create(const aMajorTickType: TTickType; const aMinorTickType: TTickType; const aLabelPosition: TAxisLabelPosition; const aBackgroundMode: TBackgroundMode; aLabelFill: IShapeFill; const aLabelColor: TDrawingColor; const aRotation: NullableInt32);

Parameters

<-> Parameter Type Description
const aMajorTickType TTickType See MajorTickType
const aMinorTickType TTickType See MinorTickType
const aLabelPosition TAxisLabelPosition See LabelPosition
const aBackgroundMode TBackgroundMode See BackgroundMode
aLabelFill IShapeFill See LabelFill
const aLabelColor TDrawingColor See LabelColor
const aRotation NullableInt32 See Rotation

See also