Click or drag to resize

StiChartArea Constructor (Boolean, Boolean, Boolean, StiHorChartGridLines, StiVertChartGridLines, StiHorChartInterlacing, StiVertChartInterlacing)

Initializes a new instance of the StiChartArea class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiChartArea(
	bool colorEach,
	bool reverseHor,
	bool reverseVert,
	StiHorChartGridLines gridLinesHor,
	StiVertChartGridLines gridLinesVert,
	StiHorChartInterlacing interlacingHor,
	StiVertChartInterlacing interlacingVert
)

Parameters

colorEach
Type: SystemBoolean

[Missing <param name="colorEach"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartArea.#ctor(System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Dashboard.Components.Chart.StiHorChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiVertChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiHorChartInterlacing,Stimulsoft.Dashboard.Components.Chart.StiVertChartInterlacing)"]

reverseHor
Type: SystemBoolean

[Missing <param name="reverseHor"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartArea.#ctor(System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Dashboard.Components.Chart.StiHorChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiVertChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiHorChartInterlacing,Stimulsoft.Dashboard.Components.Chart.StiVertChartInterlacing)"]

reverseVert
Type: SystemBoolean

[Missing <param name="reverseVert"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartArea.#ctor(System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Dashboard.Components.Chart.StiHorChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiVertChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiHorChartInterlacing,Stimulsoft.Dashboard.Components.Chart.StiVertChartInterlacing)"]

gridLinesHor
Type: Stimulsoft.Dashboard.Components.ChartStiHorChartGridLines

[Missing <param name="gridLinesHor"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartArea.#ctor(System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Dashboard.Components.Chart.StiHorChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiVertChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiHorChartInterlacing,Stimulsoft.Dashboard.Components.Chart.StiVertChartInterlacing)"]

gridLinesVert
Type: Stimulsoft.Dashboard.Components.ChartStiVertChartGridLines

[Missing <param name="gridLinesVert"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartArea.#ctor(System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Dashboard.Components.Chart.StiHorChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiVertChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiHorChartInterlacing,Stimulsoft.Dashboard.Components.Chart.StiVertChartInterlacing)"]

interlacingHor
Type: Stimulsoft.Dashboard.Components.ChartStiHorChartInterlacing

[Missing <param name="interlacingHor"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartArea.#ctor(System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Dashboard.Components.Chart.StiHorChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiVertChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiHorChartInterlacing,Stimulsoft.Dashboard.Components.Chart.StiVertChartInterlacing)"]

interlacingVert
Type: Stimulsoft.Dashboard.Components.ChartStiVertChartInterlacing

[Missing <param name="interlacingVert"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartArea.#ctor(System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Dashboard.Components.Chart.StiHorChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiVertChartGridLines,Stimulsoft.Dashboard.Components.Chart.StiHorChartInterlacing,Stimulsoft.Dashboard.Components.Chart.StiVertChartInterlacing)"]

See Also