Gets or sets horizontal shift of chart viewport.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(0f)] [XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public virtual float ViewportHorizontalShift { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(0F)> _ <XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Overridable Property ViewportHorizontalShift As Single Get Set |
Remarks
Specifies the degree of horizontal view translation from a full view (a maximal, non-clipped view).
Translation is relative to a normalized box with origin in the bottom left corner.
Translation of more than a full unit (more than 1.0 or -1.0) causes the view to translate
“out of view” when ViewPortScale=1. This property is updated if the user dynamically translates the view.