Click or drag to resize

StiYRadarAxis Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Chart.StiYRadarAxis"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiUniversalConverter))]
public class StiYRadarAxis : StiRadarAxis, 
	IStiYRadarAxis, IStiRadarAxis, ICloneable, IStiJsonReportObject, IStiPropertyGridObject

The StiYRadarAxis type exposes the following members.

Constructors
  NameDescription
Public methodStiYRadarAxis
Initializes a new instance of the StiYRadarAxis class
Public methodStiYRadarAxis(IStiAxisLabels, IStiAxisTicks, StiPenStyle, Color, Single, Boolean, Boolean)
Initializes a new instance of the StiYRadarAxis class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Overrides StiRadarAxisAllowApplyStyle.)
Public propertyArea (Inherited from StiRadarAxis.)
Public propertyComponentId
Public propertyCore (Inherited from StiRadarAxis.)
Public propertyInfo
Public propertyLabels
Gets or sets axis labels settings.
Public propertyLineColor
Gets or sets line color which used to draw axis.
Public propertyLineStyle
Gets or sets line style of axis.
Public propertyLineWidth
Gets or sets line width which used to draw axis.
Public propertyPropName
Public propertyTicks
Gets or sets ticks settings.
Public propertyVisible
Gets or sets visibility of axis.
(Inherited from StiRadarAxis.)
Public propertyYCore
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides StiRadarAxisClone.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEvents
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Overrides StiRadarAxisLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject (Overrides StiRadarAxisSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also