Skip to main content

RadarAxisYLabel(RadarAxisY) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public RadarAxisYLabel(
    RadarAxisY axis
)

Parameters

Name Type Description
axis RadarAxisY

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

See Also