Class which exposes the chartsheet display options which can only be controlled through the custom view.

Inherited from: ChartsheetDisplayOptionsBase

Gets or sets the magnification level of the chartsheet.

public int Magnification { get; set; }

Inherited from: ChartsheetDisplayOptionsBase

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

Gets or sets the visibility of the sheet.

public WorksheetVisibility Visibility { get; set; }

Inherited from: ChartsheetDisplayOptionsBase

Resets the display options to their default settings.

protected override void ResetCore()

Returns any

Inherited from: DisplayOptionsBase

Resets the display options to their default settings.

public void Reset()

Returns any