Gets or sets the array indicates the amounts of space between a data value and its neighboring row in grid dataset.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(TypeConverter))] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public double[] RowDeltaArray { get; set; } |
Visual Basic |
---|
<TypeConverterAttribute(GetType(TypeConverter))> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property RowDeltaArray As Double() Get Set |