Table of Contents

TAxisTickOptions.TAxisTickOptions Constructor

Overloads

TAxisTickOptions.TAxisTickOptions(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, TDrawingColor, Nullable<Int32>)

Creates a new TAxisTickOptions instance.

Syntax

Namespace: FlexCel.Core

public TAxisTickOptions(TTickType aMajorTickType, TTickType aMinorTickType, TAxisLabelPosition aLabelPosition, TBackgroundMode aBackgroundMode, TDrawingColor aLabelColor, Nullable<Int32> aRotation)

Parameters

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

See also

TAxisTickOptions.TAxisTickOptions(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, TShapeFill, TDrawingColor, Nullable<Int32>)

Creates a new TAxisTickOptions instance.

Syntax

Namespace: FlexCel.Core

public TAxisTickOptions(TTickType aMajorTickType, TTickType aMinorTickType, TAxisLabelPosition aLabelPosition, TBackgroundMode aBackgroundMode, TShapeFill aLabelFill, TDrawingColor aLabelColor, Nullable<Int32> aRotation)

Parameters

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

See also