Click or drag to resize

StiRadialScale Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Components.Gauge.StiRadialScale"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.Gauge
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiRadialScale : StiScaleBase

The StiRadialScale type exposes the following members.

Constructors
  NameDescription
Public methodStiRadialScale
Initializes a new instance of the StiRadialScale class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyBorderBrush
Gets or sets the border of the component.
(Inherited from StiScaleBase.)
Public propertyBrush
Gets or sets a brush to fill a component.
(Inherited from StiScaleBase.)
Public propertyCenter
Gets or sets center of the radial scale.
Public propertyComponentId (Overrides StiScaleBaseComponentId.)
Public propertyEndWidth
Gets or sets end width of the scale bar.
(Inherited from StiScaleBase.)
Public propertyGauge (Inherited from StiScaleBase.)
Public propertyIsReversed
Gets or sets value that indicates whether the scale should be shown in reverse mode.
(Inherited from StiScaleBase.)
Public propertyItems (Inherited from StiScaleBase.)
Public propertyLeft
Gets or sets X coordinate of the scale relative to height of the scale container.
(Inherited from StiScaleBase.)
Public propertyMajorInterval
Gets or sets the major interval.
(Inherited from StiScaleBase.)
Public propertyMaximum
Gets or sets end value of the scale.
(Inherited from StiScaleBase.)
Public propertyMinimum
Gets or sets start value of the scale.
(Inherited from StiScaleBase.)
Public propertyMinorInterval
Gets or sets the minor interval.
(Inherited from StiScaleBase.)
Public propertyPropName (Inherited from StiScaleBase.)
Public propertyRadius
Gets or sets outer radius of the radial scale. Should be from 0 to 1.
Public propertyRadiusMode
Gets or sets the mode of calculating the radius RadialScale.
Public propertyScaleType (Overrides StiScaleBaseScaleType.)
Public propertySkin
Gets or sets the skin of the component rendering.
Public propertyStartAngle
Gets or sets start angle of the radial scale.
Public propertyStartWidth
Gets or sets start width of the scale bar.
(Inherited from StiScaleBase.)
Public propertySweepAngle
Gets or sets sweep angle of the radial scale.
Public propertyTop
Gets or sets Y coordinate of the scale relative to height of the scale container.
(Inherited from StiScaleBase.)
Top
Methods
  NameDescription
Public methodApplyStyle (Overrides StiElementBaseApplyStyle(IStiGaugeStyle).)
Public methodClone (Overrides StiScaleBaseClone.)
Public methodCreateNew (Overrides StiScaleBaseCreateNew.)
Protected methodDrawElement (Inherited from StiScaleBase.)
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.)
Protected methodGetEndWidth
Public methodGetEvents (Inherited from StiScaleBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiScaleBaseGetProperties(IStiPropertyGrid, StiLevel).)
Protected methodGetRadius
Protected methodGetStartWidth
Protected methodGetSweepAngle
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInteractiveClick (Overrides StiScaleBaseInteractiveClick(MouseEventArgs).)
Public methodLoadFromJsonObject (Overrides StiScaleBaseLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject (Overrides StiScaleBaseSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also