Click or drag to resize

StiAxisAreaGeom Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiAxisAreaGeom : StiAreaGeom

The StiAxisAreaGeom type exposes the following members.

Constructors
  NameDescription
Public methodStiAxisAreaGeom
Initializes a new instance of the StiAxisAreaGeom class
Top
Properties
  NameDescription
Public propertyArea (Inherited from StiAreaGeom.)
Public propertyChildGeoms (Inherited from StiCellGeom.)
Public propertyClientRectangle
Gets or sets client rectangle of this geom object.
(Inherited from StiCellGeom.)
Public propertyInvisible
Gets value which indicates that this geom object is inivisible
(Inherited from StiCellGeom.)
Public propertyType (Inherited from StiCellGeom.)
Public propertyView
Top
Methods
  NameDescription
Protected methodAllowChildDrawing (Overrides StiCellGeomAllowChildDrawing(StiCellGeom).)
Public methodContains (Inherited from StiCellGeom.)
Public methodCreateChildGeoms (Inherited from StiCellGeom.)
Public methodDispose (Inherited from StiCellGeom.)
Public methodDraw
Draws area geom object on spefied context.
(Overrides StiAreaGeomDraw(StiContext).)
Public methodDrawChildGeoms (Inherited from StiCellGeom.)
Public methodDrawGeom
Draws area geom object with all child geom objects on spefied context.
(Inherited from StiCellGeom.)
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 methodGetGeomAt (Inherited from StiCellGeom.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRect (Inherited from StiCellGeom.)
Public methodGetSeriesElementGeoms (Inherited from StiCellGeom.)
Public methodGetSeriesGeoms (Inherited from StiCellGeom.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeClick (Inherited from StiCellGeom.)
Public methodInvokeDrag (Inherited from StiCellGeom.)
Public methodInvokeMouseDown (Inherited from StiCellGeom.)
Public methodInvokeMouseEnter (Inherited from StiCellGeom.)
Public methodInvokeMouseLeave (Inherited from StiCellGeom.)
Public methodInvokeMouseUp (Inherited from StiCellGeom.)
Public methodIsChildVisibleInView
Returns true if specified child visible in area.
Public methodLoadFromJsonObject (Inherited from StiGeom.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSaveBrushToJsonObject (Inherited from StiGeom.)
Protected methodSaveGeomListToJsonObject (Inherited from StiGeom.)
Protected methodSavePointFArrayToJsonObject (Inherited from StiGeom.)
Protected methodSaveRectToJsonObject (Inherited from StiGeom.)
Public methodSaveToJsonObject (Inherited from StiGeom.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also