Gets or sets the keys that scroll bar responds to.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(ScrollKeyFlags.None)]
public ScrollKeyFlags ScrollKeys { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(ScrollKeyFlags.None)> _
Public Property ScrollKeys As ScrollKeyFlags
	Get
	Set

See Also