Click or drag to resize

StiXAxisViewGeom Constructor

Initializes a new instance of the StiXAxisViewGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiXAxisViewGeom(
	IStiXAxis axis,
	RectangleF clientRectangle,
	bool isCenterAxis
)

Parameters

axis
Type: Stimulsoft.Report.ChartIStiXAxis

[Missing <param name="axis"/> documentation for "M:Stimulsoft.Report.Chart.StiXAxisViewGeom.#ctor(Stimulsoft.Report.Chart.IStiXAxis,System.Drawing.RectangleF,System.Boolean)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiXAxisViewGeom.#ctor(Stimulsoft.Report.Chart.IStiXAxis,System.Drawing.RectangleF,System.Boolean)"]

isCenterAxis
Type: SystemBoolean

[Missing <param name="isCenterAxis"/> documentation for "M:Stimulsoft.Report.Chart.StiXAxisViewGeom.#ctor(Stimulsoft.Report.Chart.IStiXAxis,System.Drawing.RectangleF,System.Boolean)"]

See Also