Collapse image Expand Image Copy image CopyHover image
         


.NET Framework Class Library
Chart3DAxisLabel..::..Value Property
Chart3DAxisLabel Class  See Also 
Gets or sets label value.

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

Syntax

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

See Also

Chart3DAxisLabel Class
C1.Win.C1Chart3D Namespace
C1.Win.C1Chart3D..::..Chart3DAxisLabel
Footer image