Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControl.Print(PrintSizeMode) Method

OBSOLETE

This method is obsolete now. Please, use the ChartControl.OptionsPrint.SizeMode property along with the Print method without any parameters instead.

Prints the Chart using the specified size mode.

Namespace: DevExpress.XtraCharts

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

NuGet Package: DevExpress.Win.Charts

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method is obsolete now. Please, use the ChartControl.OptionsPrint.SizeMode property along with the Print method without any parameters instead.")]
public void Print(
    PrintSizeMode sizeMode
)

#Parameters

Name Type Description
sizeMode PrintSizeMode

A PrintSizeMode enumeration value which specifies the size mode used to print the chart.

#Remarks

This method is now obsolete. Please use the ChartControl.OptionsPrint.SizeMode property along with the ChartControl.Print method, without any parameters, instead.

See Also