Example #1
0
            private void _linkLabel_Click(object sender, EventArgs e)
            {
                if (_graphStyle == GraphStype.Pie)
                {
                    _graphStyle = GraphStype.Bar;
                }
                else
                {
                    _graphStyle = GraphStype.Pie;
                }

                Invalidate();
            }
Example #2
0
			private void _linkLabel_Click(object sender, EventArgs e)
			{
				if (_graphStyle == GraphStype.Pie)
					_graphStyle = GraphStype.Bar;
				else
					_graphStyle = GraphStype.Pie;

				Invalidate();
			}