Gets or sets the alignment of scroll bar relative to the plot area.

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

Syntax

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

See Also