Back to Devexpress

ChartControl.OptionsPrint Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-a796af1d.md

latest1.7 KB
Original Source

ChartControl.OptionsPrint Property

Provides access to the chart’s printing options.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[DXCategory("Behavior")]
public ChartOptionsPrint OptionsPrint { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property OptionsPrint As ChartOptionsPrint

Property Value

TypeDescription
ChartOptionsPrint

A ChartOptionsPrint object which provides access to the chart’s printing options.

|

Remarks

The object returned provides a set of properties which specify the chart’s elements that are to be printed. Please refer to the ChartOptionsPrint class description for a list of the available options and their descriptions.

See Also

ShowPrintPreview

Print

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace