Gets or sets whether the scrollbar position remains fixed on the PlotArea boundary.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[XmlAttributeAttribute] [DefaultValueAttribute(false)] public bool Anchored { get; set; } |
| Visual Basic |
|---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(False)> _ Public Property Anchored As Boolean Get Set |