예제 #1
0
        /// <inheritdoc />
        /// <summary>
        /// Sets this collection as the owner of the specified item.
        /// </summary>
        /// <param name="item">Target item to set owner.</param>
        protected override void SetOwner(PlotAreaModel item)
        {
            SentinelHelper.ArgumentNull(item, nameof(item));

            item.SetOwner(this);
        }
예제 #2
0
 /// <inheritdoc />
 /// <summary>
 /// Initializes a new instance of the <see cref="T:iTin.Charting.ComponentModel.Models.SeriesModel" /> class.
 /// </summary>
 /// <param name="parent">The parent.</param>
 public SeriesModel(PlotAreaModel parent) : base(parent)
 {
 }