ViewAspectRatio Enumeration |
LightningChart .NET Help
Aspect ratio.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum ViewAspectRatio
Public Enumeration ViewAspectRatio
public enum class ViewAspectRatio
Members|
| Member name | Value | Description |
|---|
| Off | 0 |
Adjust axis range manually.
|
| Manual | 1 |
Set aspect ratio manually.
|
| AutoLatitude | 2 |
Calculate aspect ratio based on view center latitude. Applicable only, when map is used.
Y-axis center point defines the latitude, proper XY aspect ratio is calculated based in it and X-axis width is modified accordingly.
This simulates the projection so that width of objects in the center of the screen are approximately of correct aspect ratio.
The estimation can produce bad output on large scale and large center latitude values.
|
See Also