Click or drag to resize

StiChartTitle Constructor (Font, String, StiBrush, Boolean, StringAlignment, StiChartTitleDock, Int32, Boolean, Boolean)

Initializes a new instance of the StiChartTitle class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiChartTitle(
	Font font,
	string text,
	StiBrush brush,
	bool antialiasing,
	StringAlignment alignment,
	StiChartTitleDock dock,
	int spacing,
	bool visible,
	bool allowApplyStyle
)

Parameters

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

brush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

antialiasing
Type: SystemBoolean

[Missing <param name="antialiasing"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

alignment
Type: System.DrawingStringAlignment

[Missing <param name="alignment"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

dock
Type: Stimulsoft.Report.ChartStiChartTitleDock

[Missing <param name="dock"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

spacing
Type: SystemInt32

[Missing <param name="spacing"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

allowApplyStyle
Type: SystemBoolean

[Missing <param name="allowApplyStyle"/> documentation for "M:Stimulsoft.Report.Chart.StiChartTitle.#ctor(System.Drawing.Font,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Boolean,System.Drawing.StringAlignment,Stimulsoft.Report.Chart.StiChartTitleDock,System.Int32,System.Boolean,System.Boolean)"]

See Also