Click or drag to resize

StiAxisRange Constructor (Boolean, Double, Double)

Initializes a new instance of the StiAxisRange class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiAxisRange(
	bool auto,
	double minimum,
	double maximum
)

Parameters

auto
Type: SystemBoolean

[Missing <param name="auto"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisRange.#ctor(System.Boolean,System.Double,System.Double)"]

minimum
Type: SystemDouble

[Missing <param name="minimum"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisRange.#ctor(System.Boolean,System.Double,System.Double)"]

maximum
Type: SystemDouble

[Missing <param name="maximum"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisRange.#ctor(System.Boolean,System.Double,System.Double)"]

See Also