Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the DataLabel class with the specified parent.
 /// </summary>
 internal DataLabel(DocumentObject parent) : base(parent)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the LineFormat class with the specified parent.
 /// </summary>
 internal LineFormat(DocumentObject parent) : base(parent)
 {
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the PlotArea class with the specified parent.
 /// </summary>
 internal PlotArea(DocumentObject parent) : base(parent)
 {
 }
Esempio n. 4
0
 /// <summary>
 /// Initializes a new instance of the Legend class with the specified parent.
 /// </summary>
 internal Legend(DocumentObject parent) : base(parent)
 {
 }
Esempio n. 5
0
 /// <summary>
 /// Initializes a new instance of the FillFormat class with the specified parent.
 /// </summary>
 internal FillFormat(DocumentObject parent) : base(parent)
 {
 }