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.v19.2.Wizard.dll

Declaration

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

Property Value

Type Description
MouseButtons

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

See Also