Camera3DProjection Property |
LightningChart .NET Help
Gets or sets camera projection type. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(ProjectionType.Perspective)]
public ProjectionType Projection { get; set; }<DefaultValueAttribute(ProjectionType.Perspective)>
Public Property Projection As ProjectionType
Get
Set
public:
[DefaultValueAttribute(ProjectionType::Perspective)]
property ProjectionType Projection {
ProjectionType get ();
void set (ProjectionType value);
}Property Value
Type:
ProjectionType
See Also