Click or drag to resize

StiAxisLabelGeom Constructor

Initializes a new instance of the StiAxisLabelGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiAxisLabelGeom(
	IStiAxis axis,
	RectangleF clientRectangle,
	PointF textPoint,
	string text,
	StiStripLineXF stripLine,
	float angle,
	StiRotationMode rotationMode
)

Parameters

axis
Type: Stimulsoft.Report.ChartIStiAxis

[Missing <param name="axis"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

textPoint
Type: System.DrawingPointF

[Missing <param name="textPoint"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

stripLine
Type: Stimulsoft.Report.ChartStiStripLineXF

[Missing <param name="stripLine"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

rotationMode
Type: Stimulsoft.Base.DrawingStiRotationMode

[Missing <param name="rotationMode"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

See Also