Class: Chart
Chart is an object utilized by the Line Chart object to display charts and
customize them with the flexibility to allow modification to the data of the chart
to a certain extent.
Examples
Properties
| Name |
Description |
|
NormalizeYAxis
|
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.
|