Click or drag to resize

StiXRadarAxis Constructor (IStiRadarAxisLabels, Boolean, Boolean)

Initializes a new instance of the StiXRadarAxis class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiXRadarAxis(
	IStiRadarAxisLabels labels,
	bool visible,
	bool allowApplyStyle
)

Parameters

labels
Type: Stimulsoft.Report.ChartIStiRadarAxisLabels

[Missing <param name="labels"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxis.#ctor(Stimulsoft.Report.Chart.IStiRadarAxisLabels,System.Boolean,System.Boolean)"]

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxis.#ctor(Stimulsoft.Report.Chart.IStiRadarAxisLabels,System.Boolean,System.Boolean)"]

allowApplyStyle
Type: SystemBoolean

[Missing <param name="allowApplyStyle"/> documentation for "M:Stimulsoft.Report.Chart.StiXRadarAxis.#ctor(Stimulsoft.Report.Chart.IStiRadarAxisLabels,System.Boolean,System.Boolean)"]

See Also