Skip to main content

ChartWizard.SplitterPositionPercentage Property

Gets or sets the splitter position on pages that include a splitter.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public double SplitterPositionPercentage { get; set; }

Property Value

Type Description
Double

A Double value, representing a splitter position by percentage of the available range.

Remarks

Actually for the standard Wizard pages the minimum and maximum positions of a splitter are fixed, so it can be moved only within the available range.

See Also