Click or drag to resize

WallBase Class

LightningChart .NET Help
Wall base class.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class WallBase : UserInteractiveObject

The WallBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyAutoHide
Hides the wall if it gets between the camera and chart contents
Public propertyFullTransparent
Full transparent wall except grid lines
Public propertyMaterial
Wall material
Public propertyThickness
Thickness of the wall
Public propertyVisible
Is the wall visible or not
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetGridStripColor1
Get grid strip color for first dimension
Public methodGetGridStripColor2
Get grid strip color for second dimension
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWallType
Get wall type
Public methodIsPositionOver
Is position over wall.
(Overrides UserInteractiveObjectIsPositionOver(Int32, Int32, Boolean).)
Public methodSetGridStripColor1
Set grid strip color for first dimension
Public methodSetGridStripColor2
Set grid strip color for second dimension
Public methodSetProperCursor
Set proper drag cursor. Default is hand.
(Inherited from UserInteractiveObject.)
Public methodToString
Convert class description to string
(Overrides UserInteractiveObjectToString.)
Top
Events
  NameDescription
Public eventMouseClick
Mouse button has been clicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDoubleClick
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDown
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOff
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOn
Mouse has been moved over object.
(Inherited from UserInteractiveObject.)
Public eventMouseUp
Mouse button has been released.
(Inherited from UserInteractiveObject.)
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.)
Top
See Also