Enum ViewAspectRatio
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Aspect ratio.
public enum ViewAspectRatio
Fields
AutoLatitude = 2Calculate 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.
Manual = 1Set aspect ratio manually.
Off = 0Adjust axis range manually.