ReadOnlyChart is used by objects to display data as a chart. The data itself is treated as read only and cannot be modified. Additional options are provided to customize the presentation of the data itself.
Declaration Syntax
public class ReadOnlyChart : IReadOnlyChart
Table 72: Members
Property | Datasets |
Retrieves all datasets of a chart. |
Property | 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. |
Property | XAxisDisplayOptions |
Returns a reference to the x-axis display options of a chart. |
Property | YAxisDisplayOptions |
Returns a reference to the y-axis display options of a chart. |
Method | GetDisplayOptionsForDataset(Dataset2D) |
Returns a reference to the dataset display options for a specific dataset. |
Method | GetLabelCollectionForDataset(Dataset2D) |
Returns a reference to the label collection for a specific dataset. |