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