Click or drag to resize

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

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,
	float lengthUnderLabels
)

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,System.Single)"]

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,System.Single)"]

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,System.Single)"]

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,System.Single)"]

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,System.Single)"]

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,System.Single)"]

lengthUnderLabels
Type: SystemSingle

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

See Also