Skip to main content
A newer version of this page is available. .

ChartMouseActionModel.MouseButton Property

Gets or sets the ChartMouseAction.MouseButton property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PortableMouseButtons MouseButton { get; set; }

Property Value

Type Description
DevExpress.Portable.Input.PortableMouseButtons

The mouse button that should be used to interact with the chart.

See Also