Skip to main content

Relation.ChildPointID Property

Gets or sets the ID of the child point in the relation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public int ChildPointID { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the ID of the relation’s child point.

Remarks

This property is hidden and intended for internal use only. Normally, you don’t need to use it.

See Also