Reporting

Creates a new instance of the ChartYAxis class.

Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public ChartYAxis(
	ChartPlotArea parent,
	ChartYAxisType type
)
Visual Basic
Public Sub New ( _
	parent As ChartPlotArea, _
	type As ChartYAxisType _
)

Version Information

Supported in: 1.0.1

See Also