Example #1
0
		public LegendItem (string name,Color color,string image)
		{
			this.Name = name;
			this.Color = color;
			this.Image = image;
			Cells = new LegendCellCollection ();
		}
Example #2
0
		public LegendItem ()
		{
			Cells = new LegendCellCollection ();
		}