Click or drag to resize

StiChartLabels Constructor (StiChartLabelsPosition, StiChartLabelsStyle, Font, Color, String, String, Boolean)

Initializes a new instance of the StiChartLabels class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiChartLabels(
	StiChartLabelsPosition position,
	StiChartLabelsStyle style,
	Font font,
	Color foreColor,
	string textBefore,
	string textAfter,
	bool autoRotate
)

Parameters

position
Type: Stimulsoft.Report.DashboardStiChartLabelsPosition

[Missing <param name="position"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLabels.#ctor(Stimulsoft.Report.Dashboard.StiChartLabelsPosition,Stimulsoft.Dashboard.Components.Chart.StiChartLabelsStyle,System.Drawing.Font,System.Drawing.Color,System.String,System.String,System.Boolean)"]

style
Type: Stimulsoft.Dashboard.Components.ChartStiChartLabelsStyle

[Missing <param name="style"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLabels.#ctor(Stimulsoft.Report.Dashboard.StiChartLabelsPosition,Stimulsoft.Dashboard.Components.Chart.StiChartLabelsStyle,System.Drawing.Font,System.Drawing.Color,System.String,System.String,System.Boolean)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLabels.#ctor(Stimulsoft.Report.Dashboard.StiChartLabelsPosition,Stimulsoft.Dashboard.Components.Chart.StiChartLabelsStyle,System.Drawing.Font,System.Drawing.Color,System.String,System.String,System.Boolean)"]

foreColor
Type: System.DrawingColor

[Missing <param name="foreColor"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLabels.#ctor(Stimulsoft.Report.Dashboard.StiChartLabelsPosition,Stimulsoft.Dashboard.Components.Chart.StiChartLabelsStyle,System.Drawing.Font,System.Drawing.Color,System.String,System.String,System.Boolean)"]

textBefore
Type: SystemString

[Missing <param name="textBefore"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLabels.#ctor(Stimulsoft.Report.Dashboard.StiChartLabelsPosition,Stimulsoft.Dashboard.Components.Chart.StiChartLabelsStyle,System.Drawing.Font,System.Drawing.Color,System.String,System.String,System.Boolean)"]

textAfter
Type: SystemString

[Missing <param name="textAfter"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLabels.#ctor(Stimulsoft.Report.Dashboard.StiChartLabelsPosition,Stimulsoft.Dashboard.Components.Chart.StiChartLabelsStyle,System.Drawing.Font,System.Drawing.Color,System.String,System.String,System.Boolean)"]

autoRotate
Type: SystemBoolean

[Missing <param name="autoRotate"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLabels.#ctor(Stimulsoft.Report.Dashboard.StiChartLabelsPosition,Stimulsoft.Dashboard.Components.Chart.StiChartLabelsStyle,System.Drawing.Font,System.Drawing.Color,System.String,System.String,System.Boolean)"]

See Also