Gets or sets origin of Z-axis for the bar chart.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[DefaultValueAttribute(0)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
public double Origin { get; set; }
Visual Basic
<DefaultValueAttribute(0)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
Public Property Origin As Double
	Get
	Set

Remarks

Defines the Z-value from which bars are filled.

See Also