Click or drag to resize

StiAxisTitle Constructor (Font, String, Color, Boolean, StringAlignment, StiDirection, Boolean, StiTitlePosition)

Initializes a new instance of the StiAxisTitle class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiAxisTitle(
	Font font,
	string text,
	Color color,
	bool antialiasing,
	StringAlignment alignment,
	StiDirection direction,
	bool allowApplyStyle,
	StiTitlePosition position
)

Parameters

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

antialiasing
Type: SystemBoolean

[Missing <param name="antialiasing"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

alignment
Type: System.DrawingStringAlignment

[Missing <param name="alignment"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

direction
Type: Stimulsoft.Report.ChartStiDirection

[Missing <param name="direction"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

allowApplyStyle
Type: SystemBoolean

[Missing <param name="allowApplyStyle"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

position
Type: Stimulsoft.Report.ChartStiTitlePosition

[Missing <param name="position"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiDirection,System.Boolean,Stimulsoft.Report.Chart.StiTitlePosition)"]

See Also