Click or drag to resize

StiInsideEndAxisLabelsCoreXF.GetLabelRect Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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.Context.StiContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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.Drawing.PointF

[Missing <param name="endPoint"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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.Drawing.PointF

[Missing <param name="startPoint"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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: System.Nullable<Double>

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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: System.String

[Missing <param name="labelText"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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: System.Boolean

[Missing <param name="checkHeight"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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.Context.StiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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.Context.StiStringFormatGeom

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Report.Chart.StiInsideEndAxisLabelsCoreXF.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.StiInsideEndAxisLabelsCoreXF.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