Gets or sets buttons of the scroll bar.

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

Syntax

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

See Also