Click or drag to resize

StiConstantLinesVerticalGeom Constructor

Initializes a new instance of the StiConstantLinesVerticalGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiConstantLinesVerticalGeom(
	IStiConstantLines line,
	RectangleF clientRectangle,
	PointF point,
	StiRotationMode mode
)

Parameters

line
Type: Stimulsoft.Report.ChartIStiConstantLines

[Missing <param name="line"/> documentation for "M:Stimulsoft.Report.Chart.StiConstantLinesVerticalGeom.#ctor(Stimulsoft.Report.Chart.IStiConstantLines,System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiRotationMode)"]

clientRectangle
Type: System.DrawingRectangleF

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

point
Type: System.DrawingPointF

[Missing <param name="point"/> documentation for "M:Stimulsoft.Report.Chart.StiConstantLinesVerticalGeom.#ctor(Stimulsoft.Report.Chart.IStiConstantLines,System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiRotationMode)"]

mode
Type: Stimulsoft.Base.DrawingStiRotationMode

[Missing <param name="mode"/> documentation for "M:Stimulsoft.Report.Chart.StiConstantLinesVerticalGeom.#ctor(Stimulsoft.Report.Chart.IStiConstantLines,System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiRotationMode)"]

See Also