Click or drag to resize

StiYChartAxis Constructor (StiChartAxisLabels, StiYChartAxisTitle)

Initializes a new instance of the StiYChartAxis class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiYChartAxis(
	StiChartAxisLabels labels,
	StiYChartAxisTitle title
)

Parameters

labels
Type: Stimulsoft.Dashboard.Components.ChartStiChartAxisLabels

[Missing <param name="labels"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiYChartAxis.#ctor(Stimulsoft.Dashboard.Components.Chart.StiChartAxisLabels,Stimulsoft.Dashboard.Components.Chart.StiYChartAxisTitle)"]

title
Type: Stimulsoft.Dashboard.Components.ChartStiYChartAxisTitle

[Missing <param name="title"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiYChartAxis.#ctor(Stimulsoft.Dashboard.Components.Chart.StiChartAxisLabels,Stimulsoft.Dashboard.Components.Chart.StiYChartAxisTitle)"]

See Also