PointX copyWith({ double? x, String? label, }) { return PointX( x: x ?? this.x, label: label ?? this.label, ); }