Diagram3DModel.HorizontalScrollPercent Property
Gets or sets the value of the Diagram3D.HorizontalScrollPercent within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public double HorizontalScrollPercent { get; set; }
Property Value
Type | Description |
---|---|
Double | The horizontal offset of the diagram content, as a percentage. |
See Also