View3DBase Class |
Namespace: Arction.WinForms.Charting.Views.View3D
The View3DBase type exposes the following members.
| Name | Description | |
|---|---|---|
| View3DBase |
Constructor
| |
| View3DBase(LightningChart) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AutoSizeMargins |
Automatically size margins based on LegendBox position and size.
| |
| Border |
Border Options for View
| |
| Camera |
Camera (point of view).
| |
| Dimensions |
Dimensions (size) of the 3D chart view
| |
| Lights |
List of lights
| |
| Margins |
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.) | |
| OwnerChart |
Gets Owner chart of the view.
(Inherited from ViewBase.) |
| Name | Description | |
|---|---|---|
| Convert3DWorldCoordToScreenCoord |
Convert a 3D point to screen coordinate.
| |
| CreateDefaultLights |
Create default lights.
| |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetPredefinedLightingScheme |
Set a predefined lighting scheme.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WheelScrolled |
Mouse wheel scrolled.
(Overrides ViewBaseWheelScrolled(UserInteractiveDeviceEventArgs, LightningChart).) | |
| ZoomToFit |
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. |
| Name | Description | |
|---|---|---|
| MarginsChanged |
Margins changed.
(Inherited from ViewBase.) |