Click or drag to resize

StiAxisTicks Constructor (Boolean, Single, Boolean, Single, Int32, Int32)

Initializes a new instance of the StiAxisTicks class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiAxisTicks(
	bool visible,
	float length,
	bool minorVisible,
	float minorLength,
	int minorCount,
	int step
)

Parameters

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTicks.#ctor(System.Boolean,System.Single,System.Boolean,System.Single,System.Int32,System.Int32)"]

length
Type: SystemSingle

[Missing <param name="length"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTicks.#ctor(System.Boolean,System.Single,System.Boolean,System.Single,System.Int32,System.Int32)"]

minorVisible
Type: SystemBoolean

[Missing <param name="minorVisible"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTicks.#ctor(System.Boolean,System.Single,System.Boolean,System.Single,System.Int32,System.Int32)"]

minorLength
Type: SystemSingle

[Missing <param name="minorLength"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTicks.#ctor(System.Boolean,System.Single,System.Boolean,System.Single,System.Int32,System.Int32)"]

minorCount
Type: SystemInt32

[Missing <param name="minorCount"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTicks.#ctor(System.Boolean,System.Single,System.Boolean,System.Single,System.Int32,System.Int32)"]

step
Type: SystemInt32

[Missing <param name="step"/> documentation for "M:Stimulsoft.Report.Chart.StiAxisTicks.#ctor(System.Boolean,System.Single,System.Boolean,System.Single,System.Int32,System.Int32)"]

See Also