Gets or sets the Row of the data point to attach a label when the label AttachMethod property specifies
DataIndex attachment and data layout is regular or irregular grid.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public int Row { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property Row As Integer Get Set |