Click or drag to resize

StiValueAxisLabelsCoreXFGetLabelRect Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected override RectangleF GetLabelRect(
	StiContext context,
	PointF endPoint,
	PointF startPoint,
	Nullable<double> value,
	string labelText,
	bool checkHeight,
	StiFontGeom font,
	StiStringFormatGeom sf
)

Parameters

context
Type: Stimulsoft.Base.ContextStiContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

endPoint
Type: System.DrawingPointF

[Missing <param name="endPoint"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

startPoint
Type: System.DrawingPointF

[Missing <param name="startPoint"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

value
Type: SystemNullableDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

labelText
Type: SystemString

[Missing <param name="labelText"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

checkHeight
Type: SystemBoolean

[Missing <param name="checkHeight"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

sf
Type: Stimulsoft.Base.ContextStiStringFormatGeom

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

Return Value

Type: RectangleF

[Missing <returns> documentation for "M:Stimulsoft.Report.Chart.StiValueAxisLabelsCoreXF.GetLabelRect(Stimulsoft.Base.Context.StiContext,System.Drawing.PointF,System.Drawing.PointF,System.Nullable{System.Double},System.String,System.Boolean,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Context.StiStringFormatGeom)"]

See Also