Back to Devexpress

CrosshairOptions Class

corelibraries-devexpress-dot-xtracharts-7ae74692.md

latest2.1 KB
Original Source

CrosshairOptions Class

Contains settings that define how to draw a crosshair cursor on a chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class CrosshairOptions :
    ChartElement,
    ICrosshairOptions,
    IXtraSupportCreateContentPropertyValue
vb
Public Class CrosshairOptions
    Inherits ChartElement
    Implements ICrosshairOptions,
               IXtraSupportCreateContentPropertyValue

The following members return CrosshairOptions objects:

LibraryRelated API Members
WinForms ControlsChartControl.CrosshairOptions
ASP.NET MVC ExtensionsChartControlSettings.CrosshairOptions
ASP.NET Web Forms ControlsWebChartControl.CrosshairOptions

Remarks

Use the ChartControl.CrosshairOptions (WebChartControl.CrosshairOptions) property to get access to the CrosshairOptions object.

For more information on how to customize the crosshair cursor, see the Crosshair Cursor topic.

Inheritance

Object ChartElement CrosshairOptions

See Also

CrosshairOptions Members

DevExpress.XtraCharts Namespace