A class that exposes methods/properties to customize the display settings of a chart.
Declaration Syntax
public class ChartDisplayOptions
Table 73: Members
|
Property | LegendPosition |
Gets or sets the position of the legend. The default option is "ProgramControlled". |
|
Property | ShowLegend |
Gets or sets the visibility of the legend. |
|
Property | Title |
Gets or sets the chart title. |
|
Property | TitleFontSize |
Gets or sets the font size of the chart title. An ArgumentException is thrown for values less than 1. |
|
Method | CopySettingsFrom(ChartDisplayOptions) |
Copies the settings used in the input ChartDisplayOptions reference to the ChartDisplayOptions calling this method. |