Click or drag to resize

WallXZ Class

LightningChart .NET Help
XZ plane wall.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class WallXZ : WallBase

The WallXZ type exposes the following members.

Constructors
 NameDescription
Public methodWallXZ Constructor.
Public methodWallXZ(IChartNode, WallType) Constructor.
Top
Properties
 NameDescription
Public propertyAllowUserInteraction Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject)
Public propertyAutoHide Gets or sets if hides the wall if it gets between the camera and chart contents. This is a dependency property.
(Inherited from WallBase)
Public propertyFullTransparent Gets or sets if the wall is FullTransparent or not. This is a dependency property.
(Inherited from WallBase)
Public propertyGridStripColorX Gets or sets grid strip color for X dimension. This is a dependency property.
Public propertyGridStripColorZ Gets or sets grid strip color for Z dimension. This is a dependency property.
Public propertyGridStrips Gets or sets grid color strips. This is a dependency property.
Public propertyMaterial Gets or sets wall material. This is a dependency property.
(Inherited from WallBase)
Public propertyThickness Gets or sets thickness of the wall. This is a dependency property.
(Inherited from WallBase)
Public propertyVisible Gets or sets if the wall is visible or not. This is a dependency property.
(Inherited from WallBase)
Public propertyXGridAxis Gets or sets source axis for X grid. This is a dependency property.
Public propertyZGridAxis Gets or sets source axis for Z grid. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
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 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 eventDoubleTapped Item has been doubletapped.
(Inherited from UserInteractiveObject)
Public eventPointerEntered Pointer has been moved over object.
(Inherited from UserInteractiveObject)
Public eventPointerExited Pointer has been moved outside of object.
(Inherited from UserInteractiveObject)
Public eventPointerPressed Pointer has been pressed down.
(Inherited from UserInteractiveObject)
Public eventPointerReleased Pointer has been released.
(Inherited from UserInteractiveObject)
Public eventTapped Item has been tapped.
(Inherited from UserInteractiveObject)
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberGridStripColorXProperty Identifies the GridStripColorX dependency property.
Public fieldStatic memberGridStripColorZProperty Identifies the GridStripColorZ dependency property.
Public fieldStatic memberGridStripsProperty Identifies the GridStrips dependency property.
Public fieldTag Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt)
Public fieldStatic memberXGridAxisProperty Identifies the XGridAxis dependency property.
Public fieldStatic memberZGridAxisProperty Identifies the ZGridAxis dependency property.
Top
See Also