ChartModel.OptionsPrint Property
Gets or sets the ChartControl.OptionsPrint property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Misc)]
public ChartOptionsPrintModel OptionsPrint { get; }
Property Value
| Type | Description |
|---|---|
| ChartOptionsPrintModel | The model of chart print options. |
See Also