Click or drag to resize

WallXZ Class

LightningChart .NET Help
XZ plane wall.
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 WallXZ : WallBase

The WallXZ 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
(Inherited from WallBase.)
Public propertyFullTransparent
Full transparent wall except grid lines
(Inherited from WallBase.)
Public propertyGridStripColorX
Grid strip color for X dimension
Public propertyGridStripColorZ
Grid strip color for Z dimension
Public propertyGridStrips
Grid color strips
Public propertyMaterial
Wall material
(Inherited from WallBase.)
Public propertyThickness
Thickness of the wall
(Inherited from WallBase.)
Public propertyVisible
Is the wall visible or not
(Inherited from WallBase.)
Public propertyXGridAxis
Source axis for X grid
Public propertyZGridAxis
Source axis for Z grid
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
(Inherited from WallBase.)
Public methodGetGridStripColor2
Get grid strip color for second dimension
(Inherited from WallBase.)
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
(Inherited from WallBase.)
Public methodIsPositionOver
Is position over wall.
(Inherited from WallBase.)
Public methodSetGridStripColor1
Set grid strip color for first dimension
(Inherited from WallBase.)
Public methodSetGridStripColor2
Set grid strip color for second dimension
(Inherited from WallBase.)
Public methodSetProperCursor
Set proper drag cursor. Default is hand.
(Inherited from UserInteractiveObject.)
Public methodToString
Convert class description to string
(Overrides WallBaseToString.)
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