Click or drag to resize

StiCrossTabHelperCalculateMaxAndMin Method

[Missing <summary> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.CalculateMaxAndMin(Stimulsoft.Report.Components.StiContainer,System.Double@,System.Double@,System.Int32)"]

Namespace:  Stimulsoft.Report.CrossTab
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void CalculateMaxAndMin(
	StiContainer outContainer,
	ref double maxLeft,
	ref double maxRight,
	int startIndex
)

Parameters

outContainer
Type: Stimulsoft.Report.ComponentsStiContainer

[Missing <param name="outContainer"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.CalculateMaxAndMin(Stimulsoft.Report.Components.StiContainer,System.Double@,System.Double@,System.Int32)"]

maxLeft
Type: SystemDouble

[Missing <param name="maxLeft"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.CalculateMaxAndMin(Stimulsoft.Report.Components.StiContainer,System.Double@,System.Double@,System.Int32)"]

maxRight
Type: SystemDouble

[Missing <param name="maxRight"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.CalculateMaxAndMin(Stimulsoft.Report.Components.StiContainer,System.Double@,System.Double@,System.Int32)"]

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.CalculateMaxAndMin(Stimulsoft.Report.Components.StiContainer,System.Double@,System.Double@,System.Int32)"]

See Also