Click or drag to resize

StiLinearScale Class

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

Inheritance Hierarchy

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

The StiLinearScale type exposes the following members.

Constructors
  NameDescription
Public methodStiLinearScale
Initializes a new instance of the StiLinearScale 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 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 propertyOrientation
Gets or sets linearScale orientation.
Public propertyPropName (Inherited from StiScaleBase.)
Public propertyRelativeHeight
Gets or sets the height factor relative to the height of the basic component.
Public propertyScaleType (Overrides StiScaleBaseScaleType.)
Public propertyStartWidth
Gets or sets start width of the scale bar.
(Inherited from StiScaleBase.)
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 (Inherited from StiScaleBase.)
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.)
Public methodGetEvents (Inherited from StiScaleBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiScaleBaseGetProperties(IStiPropertyGrid, StiLevel).)
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