Gets or sets the desired column index to be used for positioning the current item shape horizontally when displaying it in the PertChartView control (NaN by default, i.e. automatically positioned; non-integral values are supported to position items using custom non-grid alignment). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public double DisplayedColumnIndex { get; set; }
Visual Basic (Declaration)
Public Property DisplayedColumnIndex As Double

See Also