9 references to Chart
System.Windows.Forms.DataVisualization (9)
WinForm\ChartWinControl.cs (7)
108
[ToolboxBitmap(typeof(
Chart
), "ChartControl.ico")]
242
serviceContainer.AddService(typeof(
Chart
), this); // Chart Control
1911
Chart
.renderingDpiY = value;
1915
return
Chart
.renderingDpiY;
1937
Chart
.renderingDpiX = value;
1941
return
Chart
.renderingDpiX;
3114
serviceContainer.RemoveService(typeof(
Chart
));
WinForm\Utilities\AccessibleObject.cs (2)
41
private
Chart
_chart = null;
60
public ChartAccessibleObject(
Chart
chart) : base(chart)