Click or drag to resize

StiYRadarAxisLabelGeom Constructor

Initializes a new instance of the StiYRadarAxisLabelGeom class

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

Parameters

axis
Type: Stimulsoft.Report.ChartIStiYRadarAxis

[Missing <param name="axis"/> documentation for "M:Stimulsoft.Report.Chart.StiYRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiYRadarAxis,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.StiYRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiYRadarAxis,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.StiYRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiYRadarAxis,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.StiYRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiYRadarAxis,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.StiYRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiYRadarAxis,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.StiYRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiYRadarAxis,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.StiYRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiYRadarAxis,System.Drawing.RectangleF,System.Drawing.PointF,System.String,Stimulsoft.Report.Chart.StiStripLineXF,System.Single,Stimulsoft.Base.Drawing.StiRotationMode)"]

See Also