Gets or sets the value that corresponds to the menu item.

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

Syntax

C#
[DefaultValueAttribute(-1)]
[XmlAttributeAttribute]
public double Value { get; set; }
Visual Basic
<DefaultValueAttribute(-1)> _
<XmlAttributeAttribute> _
Public Property Value As Double
	Get
	Set

See Also