Click or drag to resize

StiAxisDateTimeStep Constructor (StiTimeDateStep, Int32, Boolean)

Initializes a new instance of the StiAxisDateTimeStep class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiAxisDateTimeStep(
	StiTimeDateStep step,
	int numberOfValues,
	bool interpolation
)

Parameters

step
Type: Stimulsoft.Report.ChartStiTimeDateStep

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

numberOfValues
Type: SystemInt32

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

interpolation
Type: SystemBoolean

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

See Also