Click or drag to resize

StiXRadarAxisLabelGeom Constructor

Initializes a new instance of the StiXRadarAxisLabelGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiXRadarAxisLabelGeom(
	IStiXRadarAxis axis,
	string text,
	StiBrush labelBrush,
	Color borderColor,
	float angle,
	RectangleF clientRectangle,
	RectangleF labelRect,
	PointF point
)

Parameters

axis
Type: Stimulsoft.Report.ChartIStiXRadarAxis

[Missing <param name="axis"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

labelBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="labelBrush"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

borderColor
Type: System.DrawingColor

[Missing <param name="borderColor"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

labelRect
Type: System.DrawingRectangleF

[Missing <param name="labelRect"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

point
Type: System.DrawingPointF

[Missing <param name="point"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxisLabelGeom.#ctor(Stimulsoft.Report.Chart.IStiXRadarAxis,System.String,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.Color,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.PointF)"]

See Also