ChartModel.OptionsPrint Property
Gets or sets the ChartControl.OptionsPrint property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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