Click or drag to resize

StiChartAxisLabels Constructor (String, String, Single, Font, StiLabelsPlacement, Color, StiHorAlignment)

Initializes a new instance of the StiChartAxisLabels class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiChartAxisLabels(
	string textBefore,
	string textAfter,
	float angle,
	Font font,
	StiLabelsPlacement placement,
	Color color,
	StiHorAlignment textAlignment
)

Parameters

textBefore
Type: SystemString

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

textAfter
Type: SystemString

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

angle
Type: SystemSingle

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

font
Type: System.DrawingFont

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

placement
Type: Stimulsoft.Report.ChartStiLabelsPlacement

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

color
Type: System.DrawingColor

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

textAlignment
Type: Stimulsoft.Base.DrawingStiHorAlignment

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

See Also