Click or drag to resize

StiYAxisCoreXFGetAxisRect Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual RectangleF GetAxisRect(
	StiContext context,
	RectangleF rect,
	bool includeAxisArrow,
	bool includeLabelsHeight,
	bool isDrawing,
	bool includeScrollBar
)

Parameters

context
Type: Stimulsoft.Base.ContextStiContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

includeAxisArrow
Type: SystemBoolean

[Missing <param name="includeAxisArrow"/> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

includeLabelsHeight
Type: SystemBoolean

[Missing <param name="includeLabelsHeight"/> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

isDrawing
Type: SystemBoolean

[Missing <param name="isDrawing"/> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

includeScrollBar
Type: SystemBoolean

[Missing <param name="includeScrollBar"/> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: RectangleF

[Missing <returns> documentation for "M:Stimulsoft.Report.Chart.StiYAxisCoreXF.GetAxisRect(Stimulsoft.Base.Context.StiContext,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also