示例#1
0
 /// <summary>
 /// Initializes a new instance of the Font class with the specified parent.
 /// </summary>
 internal Font(DocumentObject parent) : base(parent)
 {
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the LineFormat class with the specified parent.
 /// </summary>
 internal LineFormat(DocumentObject parent) : base(parent)
 {
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the Gridlines class with the specified parent.
 /// </summary>
 internal Gridlines(DocumentObject parent) : base(parent)
 {
 }
 /// <summary>
 /// Initializes a new instance of the SeriesCollection class with the specified parent.
 /// </summary>
 internal SeriesCollection(DocumentObject parent) : base(parent)
 {
 }
示例#5
0
 /// <summary>
 /// Initializes a new instance of the Chart class with the specified parent.
 /// </summary>
 internal Chart(DocumentObject parent) : base(parent)
 {
 }
示例#6
0
 /// <summary>
 /// Initializes a new instance of the TickLabels class with the specified parent.
 /// </summary>
 internal TickLabels(DocumentObject parent) : base(parent)
 {
 }
示例#7
0
 /// <summary>
 /// Initializes a new instance of the FillFormat class with the specified parent.
 /// </summary>
 internal FillFormat(DocumentObject parent) : base(parent)
 {
 }
示例#8
0
 /// <summary>
 /// Initializes a new instance of the Axis class with the specified parent.
 /// </summary>
 internal Axis(DocumentObject parent) : base(parent)
 {
 }
示例#9
0
 /// <summary>
 /// Initializes a new instance of the DataLabel class with the specified parent.
 /// </summary>
 internal DataLabel(DocumentObject parent) : base(parent)
 {
 }
示例#10
0
 /// <summary>
 /// Initializes a new instance of the DocumentObject class with the specified parent.
 /// </summary>
 public DocumentObject(DocumentObject parent)
 {
     this.parent = parent;
 }