1 write to resolution
System.Web.DataVisualization (1)
Common\Borders3D\EmbedBorder.cs (1)
818resolution = value;
21 references to resolution
System.Web.DataVisualization (21)
Common\Borders3D\EmbedBorder.cs (21)
364float largeRadius = 15f * resolution / 96.0f; 365float smallRadius = 1 * resolution / 96.0f; 406float radius = 1 * resolution / 96.0f; 444float largeRadius = 15f * resolution / 96.0f; 445float smallRadius = 1 * resolution / 96.0f; 483float radius = resolution / 96.0f; 520float radius = 1f * resolution / 96.0f; 578float radius = resolution / 96.0f; 619float radius = 15.0f * resolution / 96.0f; 819defaultRadiusSize = 15 * resolution / 96; 939radius = (float)Math.Max(radius, 2f * resolution / 96.0f); 1094graph.DrawLine(screwPen, rect.X + 2 * resolution / 96.0f, rect.Y + rect.Height - 2 * resolution / 96.0f, rect.Right - 2 * resolution / 96.0f, rect.Y + 2 * resolution / 96.0f); 1096graph.DrawEllipse(screwPen, rect.X + 1 * resolution / 96.0f, rect.Y + 1 * resolution / 96.0f, rect.Width, rect.Height); 1097graph.DrawLine(screwPen, rect.X + 3 * resolution / 96.0f, rect.Y + rect.Height - 1 * resolution / 96.0f, rect.Right - 1 * resolution / 96.0f, rect.Y + 3 * resolution / 96.0f);