Version

PixelScalingRatio Property (BulletGraphModel)

Gets or sets the scaling value used to affect the pixel density of the control.
Syntax
'Declaration
 
Public Property PixelScalingRatio As System.Nullable(Of Double)
public System.Nullable<double> PixelScalingRatio {get; set;}
Remarks
A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub