Skip to main content
All docs
V23.2

ChartOptionsPrintModel.PrintCrosshair Property

Gets or sets the ChartOptionsPrint.PrintCrosshair property within the ChartOptionsPrintModel.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool PrintCrosshair { get; set; }

Property Value

Type Description
Boolean

true if the crosshair should be printed/exported with a chart; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintCrosshair
ChartModel
.OptionsPrint .PrintCrosshair
See Also