Base class for the display options for a chart sheet that are used for the display as well as its custom view.

Classes that extend this class.

Derived Classes

Inherited from: DisplayOptionsBase

Gets or sets the visibility of the sheet.

public WorksheetVisibility Visibility { get; set; }

Gets or sets the magnification level of the chartsheet.

public int Magnification { get; set; }

Gets or sets whether the chart should be resized to match the size of the chart sheet window.

public bool SizeWithWindow { get; set; }

Inherited from: DisplayOptionsBase

Resets the display options to their default settings.

public void Reset()

Returns any

Resets the display options to their default settings.

protected override void ResetCore()

Returns any