ComponentOne Chart3D for WPF and Silverlight
OnDpiChanged Method (C1Chart3DLegend)


C1.WPF.C1Chart3D Namespace > C1Chart3DLegend 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 C1Chart3DLegend
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

C1Chart3DLegend Class
C1Chart3DLegend Members