ViewportDataDataZoomMouseXPoint Property  | 
 
            Gets or sets distance of the mouse from the viewport 
X position.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "ZoomMouseXPoint")]
public float ZoomMouseXPoint { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "ZoomMouseXPoint")>
Public Property ZoomMouseXPoint As Single
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"ZoomMouseXPoint")]
property float ZoomMouseXPoint {
	float get ();
	void set (float value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "ZoomMouseXPoint")>]
member ZoomMouseXPoint : float32 with get, set
Property Value
Type: 
Single
            A distance in pixels.
            
See Also