Click or drag to resize

StiScaleBase Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.Gauge.Primitives
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiScaleBase : StiElementBase, 
	IStiPropertyGridObject, IStiJsonReportObject

The StiScaleBase type exposes the following members.

Constructors
  NameDescription
Public methodStiScaleBase
Initializes a new instance of the StiScaleBase class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyBorderBrush
Gets or sets the border of the component.
Public propertyBrush
Gets or sets a brush to fill a component.
Public propertyComponentId
Public propertyEndWidth
Gets or sets end width of the scale bar.
Public propertyGauge
Public propertyIsReversed
Gets or sets value that indicates whether the scale should be shown in reverse mode.
Public propertyItems
Public propertyLeft
Gets or sets X coordinate of the scale relative to height of the scale container.
Public propertyMajorInterval
Gets or sets the major interval.
Public propertyMaximum
Gets or sets end value of the scale.
Public propertyMinimum
Gets or sets start value of the scale.
Public propertyMinorInterval
Gets or sets the minor interval.
Public propertyPropName
Public propertyScaleType
Public propertyStartWidth
Gets or sets start width of the scale bar.
Public propertyTop
Gets or sets Y coordinate of the scale relative to height of the scale container.
Top
Methods
  NameDescription
Public methodApplyStyle (Inherited from StiElementBase.)
Public methodClone (Overrides StiElementBaseClone.)
Public methodCreateNew
Protected methodDrawElement (Overrides StiElementBaseDrawElement(StiGaugeContextPainter).)
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.)
Protected methodInteractiveClick
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also