Click or drag to resize

View3DBase Class

LightningChart .NET Help
3D view 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 abstract class View3DBase : ViewBase

The View3DBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAutoSizeMargins
Automatically size margins based on LegendBox position and size.
Public propertyBorder
Border Options for View
Public propertyCamera
Camera (point of view).
Public propertyDimensions
Dimensions (size) of the 3D chart view
Public propertyLights
List of lights
Public propertyMargins
Margins between control's edges and for example graph area borders in DIPs. If using ViewXY AxisLayout.AutoAdjustMargins must be disabled this to apply.
(Inherited from ViewBase.)
Public propertyOwnerChart
Gets Owner chart of the view.
(Inherited from ViewBase.)
Top
Methods
  NameDescription
Public methodConvert3DWorldCoordToScreenCoord
Convert a 3D point to screen coordinate.
Public methodStatic memberCreateDefaultLights
Create default lights.
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetPredefinedLightingScheme
Set a predefined lighting scheme.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWheelScrolled
Mouse wheel scrolled.
(Overrides ViewBaseWheelScrolled(UserInteractiveDeviceEventArgs, LightningChart).)
Public methodZoomToFit
Zooms the view so that the data is visible at maximum possible size.

Area is either the full drawing area inside Margins or area which is further limited by ZoomPadding, depending on case. For more information, see options at ZoomArea3D.

Top
Events
  NameDescription
Public eventMarginsChanged
Margins changed.
(Inherited from ViewBase.)
Top
See Also