A newer version of this page is available.
Switch to the current version.
ScrollBarOptions Class
Provides options which define how scroll bars are painted.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class ScrollBarOptions :
ChartElement
<TypeConverter(GetType(LocalizableExpandableObjectTypeConverter))>
Public Class ScrollBarOptions
Inherits ChartElement
Related API Members
The following members accept/return ScrollBarOptions objects:
Remarks
The options provided by a ScrollBarOptions object determine the appearance of a pane's scroll bars. To access the ScrollBarOptions object of a pane, use its XYDiagramPaneBase.ScrollBarOptions property.
For a related code example, refer to How to: Customize the Appearance of a Pane's Scroll Bar (Runtime Sample).
Inheritance
Object
ChartElement
ScrollBarOptions
See Also
Feedback