zedgraph_source

时间:2014-10-03 16:16:02
【文件属性】:

文件名称:zedgraph_source

文件大小:2.09MB

文件格式:RAR

更新时间:2014-10-03 16:16:02

zedgraph_source

using System.Drawing.Drawing2D; using System.Security.Permissions; using System.Collections; namespace ZedGraph { ///

/// An abstract base class that represents a text object on the graph. A list of /// objects is maintained by the /// collection class. /// /// /// John Champion /// $Revision: 3.1 $ $Date: 2006/06/24 20:26:44 $ [Serializable] abstract public class GraphObj : ISerializable, ICloneable { #region Fields /// /// Protected field that stores the location of this . /// Use the public property to access this value. /// protected Location _location; /// /// Protected field that determines whether or not this /// is visible in the graph. Use the public property to /// access this value. /// protected bool _isVisible; /// /// Protected field that determines whether or not the rendering of this /// will be clipped to the ChartRect. Use the public property to /// access this value. /// protected bool _isClippedToChartRect; /// /// A tag object for use by the user. This can be used to store additional /// information associated with the . ZedGraph does /// not use this value for any purpose. /// /// /// Note that, if you are going to Serialize ZedGraph data, then any type


网友评论

  • 东西不错,zedgraph还是很强大的,已经应用,谢谢