Click or drag to resize

StiAxisLabels Constructor (String, String, String, Single, Font, Boolean, StiLabelsPlacement, Color, Single, StiHorAlignment, Single, Boolean, Boolean)

Initializes a new instance of the StiAxisLabels class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiAxisLabels(
	string format,
	string textBefore,
	string textAfter,
	float angle,
	Font font,
	bool antialiasing,
	StiLabelsPlacement placement,
	Color color,
	float width,
	StiHorAlignment textAlignment,
	float step,
	bool allowApplyStyle,
	bool wordWrap
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

textBefore
Type: SystemString

[Missing <param name="textBefore"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

textAfter
Type: SystemString

[Missing <param name="textAfter"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

antialiasing
Type: SystemBoolean

[Missing <param name="antialiasing"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

placement
Type: Stimulsoft.Report.ChartStiLabelsPlacement

[Missing <param name="placement"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

width
Type: SystemSingle

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

textAlignment
Type: Stimulsoft.Base.DrawingStiHorAlignment

[Missing <param name="textAlignment"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

step
Type: SystemSingle

[Missing <param name="step"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

allowApplyStyle
Type: SystemBoolean

[Missing <param name="allowApplyStyle"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

wordWrap
Type: SystemBoolean

[Missing <param name="wordWrap"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabels.#ctor(System.String,System.String,System.String,System.Single,System.Drawing.Font,System.Boolean,Stimulsoft.Report.Chart.StiLabelsPlacement,System.Drawing.Color,System.Single,Stimulsoft.Base.Drawing.StiHorAlignment,System.Single,System.Boolean,System.Boolean)"]

See Also