[]
Represents the scroll bar on an axis.
[TypeConverter(typeof())]
public sealed class AxisScroll : ItemComponent, IGraphItem, ICloneable, IGraphXmlSerializable, INamedComponent, IDisposable
| Name | Description |
|---|---|
| AxisScroll() | Initializes a new instance of the AxisScroll class. |
| AxisScroll(string) | For internal use only. |
| AxisScroll(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| BackColor | scrollbar background color |
| ButtonColor | buttons face color |
| Enabled | Gets or sets a value indicating whether this AxisScroll is enabled. |
| Name | Gets or sets the name. |
| OutlineColor | scrollbar outline color |
| ScrollLength | Scrolling area length |
| ScrollPosition | Scrolling position within parent axis |
| ScrollStepSize | Step scrolling size. Step scrolling is occured when user clicks scroll buttons. |
| Visible | Specifies whether scroll is available |
| Width | scrollbar width in pixels |
| Name | Description |
|---|---|
| Clone() | Clones this instance. |