TAxisTickOptions.Create Constructor
Overloads
- TAxisTickOptions.Create(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, TDrawingColor, NullableInt32)
- TAxisTickOptions.Create(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, IShapeFill, TDrawingColor, NullableInt32)
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
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
See also