Gets or sets scale of chart viewport.

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

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(1f)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public virtual float ViewportScale { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(1F)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Overridable Property ViewportScale As Single
	Get
	Set

Remarks

Specifies the degree of scaling (zooming) up or down from a full (maximal, non-clipped) view. This property is updated if the user dynamically scales or zooms the view.

See Also