Skip to main content
A newer version of this page is available. .

RadarAxisYLabel(RadarAxisY) Constructor

Initializes a new instance of the RadarAxisYLabel class with the specified owner.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public RadarAxisYLabel(
    RadarAxisY axis
)

Parameters

Name Type Description
axis RadarAxisY

An RadarAxisY object which specifies the owner for this axis label.

See Also