ChartMouseActionModel.MouseButton Property
Gets or sets the ChartMouseAction.MouseButton property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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