Base class for the display options for a chart sheet that are used for the display as well as its custom view.
Inheritance
Classes that extend this class.
Derived ClassesProperties
Section titled "Properties"Visibility
Section titled "Visibility"Inherited from: DisplayOptionsBase
Gets or sets the visibility of the sheet.
public WorksheetVisibility Visibility { get; set; } Magnification
Section titled "Magnification"Gets or sets the magnification level of the chartsheet.
public int Magnification { get; set; } SizeWithWindow
Section titled "SizeWithWindow"Gets or sets whether the chart should be resized to match the size of the chart sheet window.
public bool SizeWithWindow { get; set; } Methods
Section titled "Methods"Reset()
Section titled "Reset()"Inherited from: DisplayOptionsBase
Resets the display options to their default settings.
public void Reset() Returns any
ResetCore()
Section titled "ResetCore()"Resets the display options to their default settings.
protected override void ResetCore()