Skip to main content

ChartModel.OptionsPrint Property

Gets or sets the ChartControl.OptionsPrint property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Misc)]
public ChartOptionsPrintModel OptionsPrint { get; }

Property Value

Type Description
ChartOptionsPrintModel

The model of chart print options.

See Also