Page setup for the chart.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartPageSetup PageSetup { get; }
Public ReadOnly Property PageSetup As ChartPageSetup
Get
public:
property ChartPageSetup^ PageSetup {
ChartPageSetup^ get ();
}
member PageSetup : ChartPageSetup with get
Property Value
Type:
ChartPageSetup
See Also