Gets or sets the axis value to be replaced by the ValueLabel
by specifying a numeric value that can be implicitly converted to double.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public double NumericValue { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property NumericValue As Double Get Set |