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

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

Syntax

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

See Also