Boolean Chart.NormalizeYAxis { get; set; }
Allows a normalized display of y-axis values, usually for cases where the axis has mixed quantities.
An InvalidOperationException will be thrown if attempting to set to False,
when the Y axis datasets have incompatible Quantity types and the UseAutomaticLimits property is also set to False.
Examples