Class which exposes the chartsheet display options which can only be controlled through the custom view.
Inheritance
Properties
Section titled "Properties"Magnification
Section titled "Magnification"Inherited from: ChartsheetDisplayOptionsBase
Gets or sets the magnification level of the chartsheet.
public int Magnification { get; set; } SizeWithWindow
Section titled "SizeWithWindow"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; } Visibility
Section titled "Visibility"Inherited from: DisplayOptionsBase
Gets or sets the visibility of the sheet.
public WorksheetVisibility Visibility { get; set; } Methods
Section titled "Methods"ResetCore()
Section titled "ResetCore()"Inherited from: ChartsheetDisplayOptionsBase
Resets the display options to their default settings.
protected override void ResetCore() Returns any
Reset()
Section titled "Reset()"Inherited from: DisplayOptionsBase
Resets the display options to their default settings.
public void Reset()