示例#1
0
        /// <summary>
        /// Initializes a new instance of the class.
        /// </summary>
        /// <param name="parentGraph">The graph to which the axis line belongs.</param>
		public AxisLine(Graph parentGraph)
		{
			m_ParentGraph = parentGraph;
		}
示例#2
0
        /// <summary>
        /// Initializes a new instance of the class.
        /// </summary>
        /// <param name="parentGraph">The graph associated with the grid lines.</param>
		public Gridline(Graph parentGraph)
		{
			this.m_ParentGraph = parentGraph;
        }
 /// <summary>
 /// Initializes a new instance of the class.
 /// </summary>
 /// <param name="parentGraph">The graph associated with the grid lines.</param>
 public Gridline(Graph parentGraph)
 {
     this.m_ParentGraph = parentGraph;
 }