This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @name MapIconMaker | |
* @version 2.0b | |
* @author Pamela Fox, Marc Climent | |
* @copyright (c) 2008 Pamela Fox, 2010 Marc Climent | |
* @fileoverview This gives you static functions for creating dynamically | |
* sized and colored marker icons using the Charts API marker output. | |
*/ | |
/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Drawing; | |
using Subgurim.Controles; | |
namespace Demos.Utility | |
{ | |
public partial class Clustered : System.Web.UI.Page | |
{ | |
protected void Page_Load(object sender, EventArgs e) |
NewerOlder