Table of Contents

Enum ViewAspectRatio

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Aspect ratio.

public enum ViewAspectRatio

Fields

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.

Manual = 1

Set aspect ratio manually.

Off = 0

Adjust axis range manually.