ChartOptionsPrintModel.PrintCrosshair Property
Gets or sets the ChartOptionsPrint.PrintCrosshair property within the ChartOptionsPrintModel.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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 |
|
See Also