Click or drag to resize

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
Syntax
public enum ViewAspectRatio
Members
  Member nameValueDescription
Off0 Adjust axis range manually.
Manual1 Set aspect ratio manually.
AutoLatitude2 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