ComponentOne Chart3D for WPF and Silverlight
OnDpiChanged Method (Chart3DView)


C1.WPF.C1Chart3D Namespace > Chart3DView Class : OnDpiChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnDpiChanged( _
   ByVal oldDpi As System.Windows.DpiScale, _
   ByVal newDpi As System.Windows.DpiScale _
) 
'Usage
 
Dim instance As Chart3DView
Dim oldDpi As System.Windows.DpiScale
Dim newDpi As System.Windows.DpiScale
 
instance.OnDpiChanged(oldDpi, newDpi)
protected virtual void OnDpiChanged( 
   System.Windows.DpiScale oldDpi,
   System.Windows.DpiScale newDpi
)

Parameters

oldDpi
newDpi
See Also

Reference

Chart3DView Class
Chart3DView Members